Bug 61445 - No event sent when system colours change
Summary: No event sent when system colours change
Status: RESOLVED DUPLICATE of bug 13813
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 37457
Blocks:
  Show dependency tree
 
Reported: 2004-05-07 15:29 EDT by Billy Biggs CLA
Modified: 2004-05-11 17:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Billy Biggs CLA 2004-05-07 15:29:27 EDT
I20040506

When the Gtk+ theme is changed, many custom controls such as CTabFolder do not
have their colours updated.  On Linux-Gtk+, the ::style-set signal is emitted
when the system colours are changed:

http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GtkWidget-style-set
http://mail.gnome.org/archives/gtk-devel-list/2002-October/msg00115.html

This could be used to implement an event which indicates that the system colour
constants in SWT have been updated.  I believe this is similar to bug 37457
which describes a similar event which is not propagated under Windows.
Comment 1 Steve Northover CLA 2004-05-11 17:10:55 EDT

*** This bug has been marked as a duplicate of 13813 ***