128 lines
3.1 KiB
Plaintext
Executable File
128 lines
3.1 KiB
Plaintext
Executable File
|
|
style "combobox" = "default"
|
|
{
|
|
base[INSENSITIVE] = shade (0.95, @bg_color)
|
|
text[INSENSITIVE] = mix (0.3, @base_color, @text_color)
|
|
fg[NORMAL] = @selected_fg_color
|
|
fg[PRELIGHT] = @selected_fg_color
|
|
fg[SELECTED] = @selected_fg_color
|
|
fg[ACTIVE] = @selected_fg_color
|
|
fg[INSENSITIVE] = shade (0.7, @selected_fg_color)
|
|
GtkWidget::wide-separators = 0
|
|
xthickness = 4
|
|
ythickness = 4
|
|
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
|
|
}
|
|
}
|
|
}
|
|
style "combobox_button"
|
|
{
|
|
xthickness = 5
|
|
ythickness = 5
|
|
}
|
|
style "combobox_separator"
|
|
{
|
|
xthickness = 0
|
|
ythickness = 0
|
|
GtkWidget::wide-separators = 1
|
|
}
|
|
widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button"
|
|
widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator"
|
|
widget_class "*<GtkComboBox>" style "combobox"
|
|
style "combobutton"
|
|
{
|
|
text[NORMAL] = @selected_fg_color
|
|
text[PRELIGHT] = @selected_fg_color
|
|
text[SELECTED] = @selected_fg_color
|
|
text[ACTIVE] = shade (0.9, @selected_fg_color)
|
|
text[INSENSITIVE] = shade (0.7, @selected_fg_color)
|
|
}
|
|
widget_class "*<GtkComboBox>*<GtkCellView>*" style "combobutton"
|