101 lines
2.2 KiB
Plaintext
Executable File
101 lines
2.2 KiB
Plaintext
Executable File
|
|
style "combo" = "default"
|
|
{
|
|
GtkWidget::wide-separators = 0
|
|
xthickness = 5
|
|
ythickness = 4
|
|
GtkWidget::interior_focus = 0
|
|
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 = ARROW
|
|
state = NORMAL
|
|
recolorable = TRUE
|
|
overlay_file = "Combo/combo-arrow.png"
|
|
overlay_border = { 0, 0, 0, 0 }
|
|
overlay_stretch = FALSE
|
|
arrow_direction = DOWN
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
state = PRELIGHT
|
|
recolorable = TRUE
|
|
overlay_file = "Combo/combo-arrow-prelight.png"
|
|
overlay_border = { 0, 0, 0, 0 }
|
|
overlay_stretch = FALSE
|
|
arrow_direction = DOWN
|
|
}
|
|
|
|
image
|
|
{
|
|
function = ARROW
|
|
state = ACTIVE
|
|
recolorable = TRUE
|
|
overlay_file = "Combo/combo-arrow-active.png"
|
|
overlay_border = { 0, 0, 0, 0 }
|
|
overlay_stretch = FALSE
|
|
arrow_direction = DOWN
|
|
}
|
|
|
|
image
|
|
{
|
|
function = ARROW
|
|
state = INSENSITIVE
|
|
recolorable = TRUE
|
|
overlay_file = "Combo/combo-arrow-insens.png"
|
|
overlay_border = { 0, 0, 0, 0 }
|
|
overlay_stretch = FALSE
|
|
arrow_direction = DOWN
|
|
}
|
|
image
|
|
{
|
|
function = VLINE
|
|
recolorable = TRUE
|
|
file = "Others/null.png"
|
|
border = { 0, 0, 0, 0 }
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
widget_class "*Combo*Entry*Button*" style "combo"
|