2014-03-29 02:02:09 -07:00

87 lines
1.8 KiB
Plaintext
Executable File

style "panelbuttons" = "default"
{
xthickness = 2
ythickness = 1
GtkWidget::focus_padding = 2
engine "pixmap" {
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Panel/panelbutton1.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Panel/panelbutton2.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
shadow = OUT
state = PRELIGHT
file = "Panel/panelbutton1.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
#overlay_file = "panelbutton2.png"
#overlay_border = { 4, 4, 4, 4 }
#overlay_stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
shadow = IN
state = PRELIGHT
file = "Panel/panelbutton3.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
#overlay_file = "panelbutton2.png"
#overlay_border = { 4, 4, 4, 4 }
#overlay_stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Panel/panelbutton3.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Panel/panelbutton2.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
}
}
widget_class "*Panel*GtkToggleButton" style "panelbuttons"
widget_class "*Panel*GtkButton" style "panelbuttons"