This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues/pull-requests.
GTK-Theme-BeOS-R5-Mod/gtk-2.0/scale.rc

64 lines
1.1 KiB
Plaintext
Executable File

########################################################################
# Scale
########################################################################
style "scale"
{
GtkRange::slider_width = 16
engine "pixmap"
{
### Trough ###
image
{
function = BOX
detail = "trough"
file = "scale/trough-horiz.png"
border = {19, 19, 5, 6}
stretch = TRUE
overlay_file = "scale/trough-horiz-mid.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
file = "scale/trough-vert.png"
border = {5, 6, 19, 19}
stretch = TRUE
overlay_file = "scale/trough-vert-mid.png"
overlay_stretch = FALSE
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"