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

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu Mar 15 13:27:34 CET 2007


Author: thomas
Date: 2007-03-15 13:27:32 +0100 (Thu, 15 Mar 2007)
New Revision: 1372

Added:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/btn_post_it_multiple.png
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/btn_post_it_single.png
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today
Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc
Log:
* Add images and a gtkrc for openmoko-today


Added: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/btn_post_it_multiple.png
===================================================================
(Binary files differ)


Property changes on: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/btn_post_it_multiple.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/btn_post_it_single.png
===================================================================
(Binary files differ)


Property changes on: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/btn_post_it_single.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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	2007-03-15 12:11:46 UTC (rev 1371)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc	2007-03-15 12:27:32 UTC (rev 1372)
@@ -125,3 +125,4 @@
 include "mokoicons"
 
 include "contactspane"
+include "openmoko-today"

Added: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today	2007-03-15 12:11:46 UTC (rev 1371)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today	2007-03-15 12:27:32 UTC (rev 1372)
@@ -0,0 +1,25 @@
+
+style "multi-postit" {
+   engine "pixmap" {
+        image {
+            function        = FLATBOX
+            state           = NORMAL
+            file            = "btn_post_it_multiple.png"
+        }
+   }
+   bg_pixmap[NORMAL] = "btn_post_it_multiple.png"
+}
+
+widget "*today-multi-postit" style "multi-postit"
+
+style "multi-postit" {
+   engine "pixmap" {
+        image {
+            function        = BOX
+            state           = NORMAL
+            file            = "btn_post_it_multiple.png"
+        }
+   }
+}
+
+widget "*today-events-area-postit-multi" style "multi-postit"





More information about the commitlog mailing list