mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
139 lines
3.1 KiB
Text
139 lines
3.1 KiB
Text
|
################ BotonesSpin################
|
||
|
|
||
|
style "spinbutton" = "default"
|
||
|
{
|
||
|
xthickness = 4
|
||
|
ythickness = 0
|
||
|
|
||
|
|
||
|
GtkWidget::interior_focus = 0
|
||
|
base[INSENSITIVE] = "#fafafa"
|
||
|
text[INSENSITIVE] = "#bfbfbf"
|
||
|
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
image
|
||
|
{
|
||
|
function = ARROW
|
||
|
}
|
||
|
|
||
|
######################### Arriba spin #####################
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = NORMAL
|
||
|
detail = "spinbutton_up"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-up-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
overlay_file = "Spin/arrow-up.png"
|
||
|
overlay_stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = PRELIGHT
|
||
|
detail = "spinbutton_up"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-up-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
overlay_file = "Spin/arrow-up-prelight.png"
|
||
|
overlay_stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = INSENSITIVE
|
||
|
detail = "spinbutton_up"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-up-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
overlay_file = "Spin/arrow-up-disable.png"
|
||
|
overlay_stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = ACTIVE
|
||
|
detail = "spinbutton_up"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-up-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
########################Abajo spin#######################
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = NORMAL
|
||
|
detail = "spinbutton_down"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-up-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
overlay_file = "Spin/arrow-down.png"
|
||
|
overlay_stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = PRELIGHT
|
||
|
detail = "spinbutton_down"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-down-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
overlay_file = "Spin/arrow-down-prelight.png"
|
||
|
overlay_stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = INSENSITIVE
|
||
|
detail = "spinbutton_down"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-down-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
overlay_file = "Spin/arrow-down-disable.png"
|
||
|
overlay_stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = ACTIVE
|
||
|
detail = "spinbutton_down"
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/spin-down-bg.png"
|
||
|
border = { 0, 0, 0, 0 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
|
||
|
########################## EntradaSpin ###########################
|
||
|
image
|
||
|
{
|
||
|
function = FOCUS
|
||
|
recolorable = TRUE
|
||
|
file = "Spin/text-entry-focus.png"
|
||
|
border = { 3,3,3,3 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = SHADOW
|
||
|
detail = "entry"
|
||
|
shadow = IN
|
||
|
recolorable = FALSE
|
||
|
file = "Spin/text-entry.png"
|
||
|
border = { 3,3,3,3 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|