75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
|
style "optionmenu" = "default"
|
||
|
{
|
||
|
xthickness = 3
|
||
|
ythickness = 6
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
state = PRELIGHT
|
||
|
file = "Combo/combo-prelight.png"
|
||
|
border = { 5, 5, 5, 5 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
state = NORMAL
|
||
|
file = "Combo/combo-normal.png"
|
||
|
border = { 5, 5, 5, 5 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
state = ACTIVE
|
||
|
file = "Combo/combo-pressed.png"
|
||
|
border = { 5, 5, 5, 5 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
state = INSENSITIVE
|
||
|
file = "Combo/combo-inactive.png"
|
||
|
border = { 5, 5, 5, 5 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = TAB
|
||
|
state = INSENSITIVE
|
||
|
recolorable = TRUE
|
||
|
overlay_file = "Combo/op-ins.png"
|
||
|
overlay_stretch = FALSE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = TAB
|
||
|
recolorable = TRUE
|
||
|
state = NORMAL
|
||
|
overlay_file = "Combo/op.png"
|
||
|
overlay_border = { 0, 0, 0, 0 }
|
||
|
overlay_stretch = FALSE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = TAB
|
||
|
recolorable = TRUE
|
||
|
state = PRELIGHT
|
||
|
overlay_file = "Combo/op-pre.png"
|
||
|
overlay_border = { 0, 0, 0, 0 }
|
||
|
overlay_stretch = FALSE
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class "GtkOptionMenu" style "optionmenu"
|
||
|
|