Fix #2367 : Private Flag not showing as ticked/checked in DelugeStart theme

This commit is contained in:
Calum Lind 2013-11-19 22:28:54 +00:00
parent 2520093b3e
commit aafd31b552
2 changed files with 152 additions and 152 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

View File

@ -1,179 +1,179 @@
style "checkbutton" = "default" style "checkbutton" = "default"
{ {
engine "pixmap" engine "pixmap"
{ {
image image
{ {
function = CHECK function = CHECK
recolorable = TRUE recolorable = TRUE
state = NORMAL state = NORMAL
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/check1.png" overlay_file = "Check-Radio/check1.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = CHECK function = CHECK
recolorable = TRUE recolorable = TRUE
state = PRELIGHT state = PRELIGHT
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/check3.png" overlay_file = "Check-Radio/check3.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = CHECK function = CHECK
recolorable = TRUE recolorable = TRUE
state = ACTIVE state = ACTIVE
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/check3.png" overlay_file = "Check-Radio/check3.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = CHECK function = CHECK
recolorable = TRUE recolorable = TRUE
state = INSENSITIVE state = INSENSITIVE
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/check1.png" overlay_file = "Check-Radio/check1.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = CHECK function = CHECK
recolorable = TRUE recolorable = TRUE
state = NORMAL state = NORMAL
shadow = IN shadow = IN
overlay_file = "Check-Radio/check2.png" overlay_file = "Check-Radio/check2.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = CHECK function = CHECK
recolorable = TRUE recolorable = TRUE
state = PRELIGHT state = PRELIGHT
shadow = IN shadow = IN
overlay_file = "Check-Radio/check4.png" overlay_file = "Check-Radio/check4.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = CHECK function = CHECK
recolorable = TRUE recolorable = TRUE
state = ACTIVE state = ACTIVE
shadow = IN shadow = IN
overlay_file = "Check-Radio/check4.png" overlay_file = "Check-Radio/check4.png"
overlay_stretch = FALSE overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = INSENSITIVE
shadow = IN
overlay_file = "Check-Radio/check5.png"
overlay_stretch = FALSE
}
image
{
function = FLAT_BOX
recolorable = TRUE
stretch = TRUE
file = "Check-Radio/checklight.png"
border = { 2, 2, 2, 2 }
} }
image
{
function = CHECK
recolorable = TRUE
state = INSENSITIVE
shadow = IN
overlay_file = "Check-Radio/check1.png"
overlay_stretch = FALSE
} }
image
{
function = FLAT_BOX
recolorable = TRUE
stretch = TRUE
file = "Check-Radio/checklight.png"
border = { 2, 2, 2, 2 }
}
}
} }
style "radiobutton" = "default" style "radiobutton" = "default"
{ {
engine "pixmap" engine "pixmap"
{ {
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = NORMAL state = NORMAL
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/option1.png" overlay_file = "Check-Radio/option1.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = PRELIGHT state = PRELIGHT
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/option3.png" overlay_file = "Check-Radio/option3.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = ACTIVE state = ACTIVE
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/option3.png" overlay_file = "Check-Radio/option3.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = INSENSITIVE state = INSENSITIVE
shadow = OUT shadow = OUT
overlay_file = "Check-Radio/option1.png" overlay_file = "Check-Radio/option1.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = NORMAL state = NORMAL
shadow = IN shadow = IN
overlay_file = "Check-Radio/option2.png" overlay_file = "Check-Radio/option2.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = PRELIGHT state = PRELIGHT
shadow = IN shadow = IN
overlay_file = "Check-Radio/option4.png" overlay_file = "Check-Radio/option4.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = ACTIVE state = ACTIVE
shadow = IN shadow = IN
overlay_file = "Check-Radio/option4.png" overlay_file = "Check-Radio/option4.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = OPTION function = OPTION
recolorable = TRUE recolorable = TRUE
state = INSENSITIVE state = INSENSITIVE
shadow = IN shadow = IN
overlay_file = "Check-Radio/option1.png" overlay_file = "Check-Radio/option1.png"
overlay_stretch = FALSE overlay_stretch = FALSE
} }
image image
{ {
function = FLAT_BOX function = FLAT_BOX
recolorable = TRUE recolorable = TRUE
stretch = TRUE stretch = TRUE
file = "Check-Radio/checklight.png" file = "Check-Radio/checklight.png"
border = { 2, 2, 2, 2 } border = { 2, 2, 2, 2 }
} }
} }
} }
class "GtkRadioButton" style "radiobutton" class "GtkRadioButton" style "radiobutton"
class "GtkRadioMenuItem" style "radiobutton" class "GtkRadioMenuItem" style "radiobutton"
class "GtkCheckButton" style "checkbutton" class "GtkCheckButton" style "checkbutton"
class "GtkCheckMenuItem" style "checkbutton" class "GtkCheckMenuItem" style "checkbutton"