summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2002-01-19 07:24:59 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-19 07:24:59 +0000
commit465dfdf2ec6d44756ef32cc9981ca172af66f88f (patch)
treea969da7fc089ddb5513333aca1aad9c60e991632 /modules
parenteb9406c2b37506e1c09225f0719e75a26d0d3020 (diff)
downloadgdk-pixbuf-465dfdf2ec6d44756ef32cc9981ca172af66f88f.tar.gz
add missed file
Diffstat (limited to 'modules')
-rw-r--r--modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc65
1 files changed, 65 insertions, 0 deletions
diff --git a/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc
new file mode 100644
index 000000000..58cc6310c
--- /dev/null
+++ b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc
@@ -0,0 +1,65 @@
+style "default"
+{
+ fg[NORMAL] = "#ffffff"
+ fg[PRELIGHT] = "#ffffff"
+ bg_pixmap[NORMAL] = "triangle_background.png"
+# bg_pixmap[NORMAL] = "bc.xpm"
+ bg_pixmap[PRELIGHT] = "bc-light.xpm"
+ bg_pixmap[ACTIVE] = "bc-dark.xpm" bg_pixmap[INSENSITIVE] = "bc.xpm"
+}
+
+class "GtkWidget" style "default"
+
+style "bubble-button"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "bubble-blue.png"
+ border = { 8, 8, 8, 8 }
+ stretch = TRUE
+ }
+ }
+}
+
+# common default
+class "GtkButton" style "bubble-button"
+
+style "bubble-range"
+{
+ GtkRange::slider_width = 16
+ GtkRange::stepper_size = 16
+
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "bubble-blue.png"
+ border = { 8, 8, 8, 8 }
+ stretch = TRUE
+ }
+ }
+}
+
+# common default
+class "GtkRange" style "bubble-range"
+
+style "bubble-menuitem"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "bubble-blue.png"
+ border = { 8, 8, 8, 8 }
+ stretch = TRUE
+ }
+ }
+}
+
+# common default
+class "GtkMenuItem" style "bubble-menuitem"