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

mickey at gta01.hmw-consulting.de mickey at gta01.hmw-consulting.de
Thu Dec 7 17:47:20 CET 2006


Author: mickey
Date: 2006-12-07 16:47:20 +0000 (Thu, 07 Dec 2006)
New Revision: 340

Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkscrollbar
Log:
theming: make scrollbar highlighting on press work


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkscrollbar
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkscrollbar	2006-12-07 16:34:23 UTC (rev 339)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkscrollbar	2006-12-07 16:47:20 UTC (rev 340)
@@ -14,6 +14,7 @@
 
 #FIXME this is the old (gtk1.x) way of specifying the look of scrollbars
 #FIXME do this in the new way to make styling more efficient, i.e. function = SLIDER
+#FIXME add INSENSITIVE state for scrollbars
 
     engine "pixmap" {
 #
@@ -28,9 +29,6 @@
         stretch         = TRUE
         orientation     = HORIZONTAL
     }
-
-
-
     image {
         function        = BOX
         recolorable     = TRUE
@@ -41,6 +39,16 @@
         stretch         = TRUE
         orientation     = VERTICAL
     }
+    image {
+        function        = BOX
+        recolorable     = TRUE
+        detail          = "slider"
+        state           = PRELIGHT
+        file            = "openmoko-scrollbar-vertical-pressed.png"
+        border          = { 2, 2, 15, 15 }
+        stretch         = TRUE
+        orientation     = VERTICAL
+    }
 #
 # through
 #





More information about the commitlog mailing list