[cairo-commit] cairo-gtk-engine/theme/caligula gtkrc,1.6,1.7

Owen Taylor commit at pdx.freedesktop.org
Thu Feb 10 13:02:09 PST 2005


Committed by: otaylor

Update of /cvs/cairo/cairo-gtk-engine/theme/caligula
In directory gabe:/tmp/cvs-serv2780/theme/caligula

Modified Files:
	gtkrc 
Log Message:
2005-02-10  Owen Taylor  <otaylor at redhat.com>

        * theme/caligula-{sketch,grassy,swirly}/gtkrc: Include
        the main Caligula RC file and modify from there

        * src/caligula-style.c: Draw a gradient across the window background.

        * theme/caligula/gtkrc: Turn on GtkWindow::resizable-background


Index: gtkrc
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/theme/caligula/gtkrc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gtkrc	10 Feb 2005 19:51:23 -0000	1.6
+++ gtkrc	10 Feb 2005 21:02:07 -0000	1.7
@@ -1,4 +1,4 @@
-style "caligula"
+style "caligula-button"
 {
     GtkWidget::draw-border = { 10, 10, 10, 10 }
 
@@ -7,4 +7,14 @@
     }
 }
 
-class "GtkButton" style "caligula"
+style "caligula-window"
+{
+    GtkWindow::resizable-background = 1
+
+    engine "caligula"
+    {
+    }
+}
+
+class "GtkButton" style "caligula-button"
+class "GtkWindow" style "caligula-window"




More information about the cairo-commit mailing list