fxde-themes/MOTIF/GreenMotif/gtk-2.0/scale.rc

60 lines
956 B
Plaintext

########################################################################
# Scale
########################################################################
style "scale"
{
GtkRange::slider_width = 30
engine "pixmap"
{
### Trough ###
image
{
function = BOX
detail = "trough"
file = "scale/trough-horiz.png"
border = {3, 3, 9, 9}
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
file = "scale/trough-vert.png"
border = {9, 9, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
### Slider ###
image
{
function = SLIDER
overlay_file = "scale/slider-horiz.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = SLIDER
overlay_file = "scale/slider-vert.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
### Focus ###
image
{
function = FOCUS
file = "null.png"
}
}
}
class "GtkRange*" style "scale"