Files
dotfiles-nix/.themes/Windows 95/Redmond97 SE Pumpkin/gtk-2.0/spin.rc
2026-01-07 20:36:21 +03:00

111 lines
1.9 KiB
Plaintext

########################################################################
# Spinbox
########################################################################
style "spinbutton"
{
engine "pixmap"
{
### Spinbutton ###
image
{
function = BOX
detail = "spinbutton"
file = "assets/spin.png"
border = {2, 4, 4, 4}
stretch = TRUE
}
### Arrow UP ###
image
{
function = ARROW
}
## Normal
image
{
function = BOX
state = NORMAL
detail = "spinbutton_up"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
## Prelight
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_up"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
## Insensitive
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_up"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
## Active
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_up"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
### Arrow DOWN ###
## Normal
image
{
function = BOX
state = NORMAL
detail = "spinbutton_down"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
## Prelight
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_down"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
## Insensitive
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_down"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
## Active
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_down"
overlay_file = "assets/null.png"
overlay_stretch = TRUE
}
}
}
class "GtkSpinButton*" style "spinbutton"