djagoo-theme/gtk-theme/gtk-2.0/widgets/scrollbar

118 lines
2.7 KiB
Text
Raw Normal View History

2024-09-15 13:29:11 +02:00
style "scrollbar"
{
engine "pixmap"
{
image
{
function = BOX
detail = "trough"
file = "../assets/scrollbar-trough-horizontal.png"
border = { 25,25, 7, 7 } #large borders while LibreOffice won't use GtkScrollbar::stepper-spacing=1
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
file = "../assets/scrollbar-trough-vertical.png"
border = { 7, 7, 25, 25 }
stretch = TRUE
orientation = VERTICAL
}
# Sliders
image
{
function = SLIDER
state = NORMAL
file = "../assets/scrollbar-slider-horizontal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = ACTIVE
file = "../assets/scrollbar-slider-horizontal-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = PRELIGHT
file = "../assets/scrollbar-slider-horizontal-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = INSENSITIVE
file = "../assets/scrollbar-slider-horizontal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
# X Verticals
image
{
function = SLIDER
state = NORMAL
file = "../assets/scrollbar-slider-vertical.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
state = ACTIVE
file = "../assets/scrollbar-slider-vertical-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
state = PRELIGHT
file = "../assets/scrollbar-slider-vertical-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
state = INSENSITIVE
file = "../assets/scrollbar-slider-vertical.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = STEPPER
file = "../assets/null.png"
stretch = TRUE
}
}
}