Files
dotfiles-nix/.themes/Windows 95 Plus!/Redmond97 SE Inside your Computer/gtk-2.0/progressbar.rc
2026-01-07 20:36:21 +03:00

78 lines
1.2 KiB
Plaintext

########################################################################
# Progressbar
########################################################################
style "progressbar"
{
engine "pixmap"
{
### Trough ###
image
{
function = BOX
detail = "trough"
file = "assets/entry.png"
border = {5, 5, 5, 5}
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
file = "assets/entry.png"
border = {5, 5, 5, 5}
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SHADOW
shadow = IN
file = "assets/trough_tree.png"
border = {4, 4, 4, 4}
stretch = TRUE
}
### Progress ###
image
{
function = BOX
detail = "bar"
file = "assets/progressbar_horiz.png"
border = {4, 4, 4, 4}
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "bar"
file = "assets/progressbar_vert.png"
border = {8, 8, 8, 8}
stretch = TRUE
orientation = VERTICAL
}
image
{
function = BOX
state = SELECTED
border = {4, 4, 4, 4}
file = "assets/progressbar_horiz.png"
stretch = TRUE
}
}
}
class "GtkProgressBar*" style "progressbar"
class "GtkTreeView*" style "progressbar"