Another way of getting at button-*.toggled.unpressed (no unpressed needed).

This commit is contained in:
Dave Foster 2007-09-13 23:13:56 -04:00 committed by Mikael Magnusson
parent 9bc70d9373
commit b566d3fcfe

View file

@ -693,10 +693,12 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
theme->a_unfocused_unpressed_max);
/* toggled unpressed */
READ_APPEARANCE_COPY("window.active.button-max.toggled.unpressed.bg",
READ_APPEARANCE_("window.active.button-max.toggled.unpressed.bg",
"window.active.button-max.toggled.bg",
theme->a_toggled_focused_unpressed_max, TRUE,
theme->a_focused_pressed_max);
READ_APPEARANCE_COPY("window.inactive.button-max.toggled.unpressed.bg",
READ_APPEARANCE_("window.inactive.button-max.toggled.unpressed.bg",
"window.inactive.button-max.toggled.bg",
theme->a_toggled_unfocused_unpressed_max, TRUE,
theme->a_unfocused_pressed_max);
@ -773,10 +775,12 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
theme->a_unfocused_unpressed_desk);
/* toggled unpressed */
READ_APPEARANCE_COPY("window.active.button-desk.toggled.unpressed.bg",
READ_APPEARANCE_("window.active.button-desk.toggled.unpressed.bg",
"window.active.button-desk.toggled.bg",
theme->a_toggled_focused_unpressed_desk, TRUE,
theme->a_focused_pressed_desk);
READ_APPEARANCE_COPY("window.inactive.button-desk.toggled.unpressed.bg",
READ_APPEARANCE_("window.inactive.button-desk.toggled.unpressed.bg",
"window.inactive.button-desk.toggled.bg",
theme->a_toggled_unfocused_unpressed_desk, TRUE,
theme->a_unfocused_pressed_desk);
@ -827,10 +831,12 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
theme->a_unfocused_unpressed_shade);
/* toggled unpressed */
READ_APPEARANCE_COPY("window.active.button-shade.toggled.unpressed.bg",
READ_APPEARANCE_("window.active.button-shade.toggled.unpressed.bg",
"window.active.button-shade.toggled.bg",
theme->a_toggled_focused_unpressed_shade, TRUE,
theme->a_focused_pressed_shade);
READ_APPEARANCE_COPY("window.inactive.button-shade.toggled.unpressed.bg",
READ_APPEARANCE_("window.inactive.button-shade.toggled.unpressed.bg",
"window.inactive.button-shade.toggled.bg",
theme->a_toggled_unfocused_unpressed_shade, TRUE,
theme->a_unfocused_pressed_shade);