aerothemeplasma/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/spin
2023-08-25 00:32:11 +02:00

138 lines
3.1 KiB
Text
Executable file

################ 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
}
}
}