mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
63 lines
1.2 KiB
Text
Executable file
63 lines
1.2 KiB
Text
Executable file
style "button" = "default"
|
|
{
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = BOX
|
|
state = PRELIGHT
|
|
recolorable = TRUE
|
|
file = "Buttons/button-prelight.png"
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
state = ACTIVE
|
|
file = "Buttons/button-pressed.png"
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
state = INSENSITIVE
|
|
file = "Buttons/button-insensitive.png"
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
file = "Buttons/button-normal.png"
|
|
state = NORMAL
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
#image
|
|
#{
|
|
# function = BOX
|
|
# detail = "buttondefault"
|
|
# recolorable = TRUE
|
|
# #state = NORMAL
|
|
# file = "Buttons/button-default.png"
|
|
# border = {6, 6, 6, 6}
|
|
# stretch = TRUE
|
|
#}
|
|
|
|
image
|
|
{
|
|
function = BOX
|
|
#detail = "focus"
|
|
recolorable = TRUE
|
|
file = "Buttons/button-default.png"
|
|
state = SELECTED
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|