r237 - trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0

mickey at gta01.hmw-consulting.de mickey at gta01.hmw-consulting.de
Sun Nov 19 01:27:25 CET 2006


Author: mickey
Date: 2006-11-19 00:27:25 +0000 (Sun, 19 Nov 2006)
New Revision: 237

Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc
Log:
theming: gtkrc still seems to be very non-deterministic... or the doc is plain wrong... or both :/


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc	2006-11-19 00:20:24 UTC (rev 236)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc	2006-11-19 00:27:25 UTC (rev 237)
@@ -79,10 +79,16 @@
     font_name = "Vera Sans 16"
 }
 
-# enable for final version
 class "GtkWidget" style "moko-window-default"
+class "GtkLabel" style "moko-window-default"
+class "GtkFrame" style "moko-window-default"
 
-#FIXME How to say widget "*" style "moko-window-default", but change menuitem color afterwards. that doesn't seem to work!?
+#FIXME that doesn't look correct, but is there a better way to get
+#a) Frames and Labels inherit the default color
+#b) items on menubar _not_ the default color
+widget_class "*.GtkFrame*" style "moko-window-default"
+widget_class "*.GtkLabel*" style "moko-window-default"
+#FIXME e.g. how to say widget "*" style "moko-window-default", but change menuitem color afterwards. that doesn't seem to work!?
 
 include "transparent"
 





More information about the commitlog mailing list