126 lines
2.8 KiB
Plaintext
126 lines
2.8 KiB
Plaintext
style "scrollbar" = "default"
|
|
{
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
detail = "trough"
|
|
file = "Scrollbars/trough-scrollbar-horiz.png"
|
|
border = { 20, 20, 0, 0 }
|
|
stretch = TRUE
|
|
orientation = HORIZONTAL
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
detail = "trough"
|
|
file = "Scrollbars/trough-scrollbar-vert.png"
|
|
border = { 0, 0, 20, 20 }
|
|
stretch = TRUE
|
|
orientation = VERTICAL
|
|
}
|
|
###########x SLIDERS ##################x
|
|
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = NORMAL
|
|
file = "Scrollbars/slider-horiz.png"
|
|
border = { 10, 10, 0, 0 }
|
|
stretch = TRUE
|
|
orientation = HORIZONTAL
|
|
}
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = ACTIVE
|
|
shadow = IN
|
|
file = "Scrollbars/slider-horiz.png"
|
|
border = { 10, 10, 0, 0 }
|
|
stretch = TRUE
|
|
orientation = HORIZONTAL
|
|
|
|
}
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = PRELIGHT
|
|
file = "Scrollbars/slider-horiz-prelight.png"
|
|
border = { 10, 10, 0, 0 }
|
|
stretch = TRUE
|
|
orientation = HORIZONTAL
|
|
|
|
}
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = INSENSITIVE
|
|
file = "Scrollbars/slider-horiz-insens.png"
|
|
border = { 10, 10, 0, 0 }
|
|
stretch = TRUE
|
|
orientation = HORIZONTAL
|
|
|
|
}
|
|
#############x verticals################xx
|
|
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = NORMAL
|
|
file = "Scrollbars/slider-vert.png"
|
|
border = { 0, 0, 10, 10 }
|
|
stretch = TRUE
|
|
orientation = VERTICAL
|
|
|
|
}
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = ACTIVE
|
|
shadow = IN
|
|
file = "Scrollbars/slider-vert.png"
|
|
border = { 0, 0, 10, 10 }
|
|
stretch = TRUE
|
|
orientation = VERTICAL
|
|
|
|
}
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = PRELIGHT
|
|
file = "Scrollbars/slider-vert-prelight.png"
|
|
border = { 0, 0, 10, 10 }
|
|
stretch = TRUE
|
|
orientation = VERTICAL
|
|
|
|
}
|
|
image
|
|
{
|
|
function = SLIDER
|
|
recolorable = TRUE
|
|
state = INSENSITIVE
|
|
file = "Scrollbars/slider-vert-insens.png"
|
|
border = { 0, 0, 10, 10 }
|
|
stretch = TRUE
|
|
orientation = VERTICAL
|
|
|
|
}
|
|
|
|
########### END SLIDERS ##################
|
|
}
|
|
}
|
|
|
|
class "GtkScrollbar" style "scrollbar"
|
|
class "GtkVScrollbar" style "scrollbar"
|
|
class "GtkHScrollbar" style "scrollbar"
|