From 3401eeed7427026c5354496bdbbdcfc6f18b38b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Dec 1999 01:25:00 +0000 Subject: no_comment --- perl-install/share/themes-marble3d.rc | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'perl-install/share/themes-marble3d.rc') 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,7 +1,44 @@ +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 @@ -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" -- cgit v1.2.1