summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-marble3d.rc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-21 01:25:00 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-21 01:25:00 +0000
commit3401eeed7427026c5354496bdbbdcfc6f18b38b3 (patch)
tree423c658f22e69b91e263044ed9848499f5e1172d /perl-install/share/themes-marble3d.rc
parentdc9ba01917bf001fe0d5975f167cbb0ded79aa11 (diff)
downloaddrakx-backup-do-not-use-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar
drakx-backup-do-not-use-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.gz
drakx-backup-do-not-use-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.bz2
drakx-backup-do-not-use-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.xz
drakx-backup-do-not-use-3401eeed7427026c5354496bdbbdcfc6f18b38b3.zip
no_comment
Diffstat (limited to 'perl-install/share/themes-marble3d.rc')
-rw-r--r--perl-install/share/themes-marble3d.rc40
1 files changed, 40 insertions, 0 deletions
diff --git a/perl-install/share/themes-marble3d.rc b/perl-install/share/themes-marble3d.rc
index dd6e5e283..ea9bc22d5 100644
--- a/perl-install/share/themes-marble3d.rc
+++ b/perl-install/share/themes-marble3d.rc
@@ -1,9 +1,46 @@
+style "checkradiobutton" {
+ engine "pixmap" {
+ image
+ {
+ function = CHECK
+ recolorable = TRUE
+ shadow = OUT
+ overlay_file = "marble3d-check1.png"
+ overlay_stretch = FALSE
+ }
+ image
+ {
+ function = CHECK
+ recolorable = TRUE
+ shadow = IN
+ overlay_file = "marble3d-check2.png"
+ overlay_stretch = FALSE
+ }
+ image
+ {
+ function = FOCUS
+ recolorable = TRUE
+ overlay_file = "focus.png"
+ overlay_border = { 4, 4, 4, 4 }
+ overlay_stretch = TRUE
+ }
+ }
+}
+
style "button"
{
engine "pixmap"
{
image
{
+ function = FOCUS
+ recolorable = TRUE
+ overlay_file = "focus.png"
+ overlay_border = { 4, 4, 4, 4 }
+ overlay_stretch = TRUE
+ }
+ image
+ {
function = BOX
recolorable = TRUE
state = NORMAL
@@ -144,3 +181,6 @@ widget_class "*Gtk*List*" style "entry"
widget_class "*GtkNotebook*" style "notebook"
widget "*GtkButton" style "button"
widget "*background*" style "background"
+
+class "GtkRadioButton" style "checkradiobutton"
+class "GtkCheckButton" style "checkradiobutton"