fasddfasf
This commit is contained in:
110
.themes/Windows 95/Redmond97 SE Storm/gtk-2.0/spin.rc
Normal file
110
.themes/Windows 95/Redmond97 SE Storm/gtk-2.0/spin.rc
Normal file
@@ -0,0 +1,110 @@
|
||||
########################################################################
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user