fxde-themes/RiscOS/gtk-2.0/progressbar.rc

81 lines
1.4 KiB
Plaintext

########################################################################
# Progressbar
########################################################################
style "progressbar"
{
GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
fg[NORMAL] = "#000"
fg[SELECTED] = "#000"
bg[NORMAL] = "#C0C0C0"
bg[SELECTED] = @selected_bg_color
engine "pixmap"
{
### Trough ###
image
{
function = BOX
detail = "trough"
file = "progressbar/trough.png"
border = {4, 4, 4, 4}
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
file = "progressbar/trough.png"
border = {4, 4, 4, 4}
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SHADOW
shadow = IN
file = "progressbar/trough-tree.png"
border = {4, 4, 4, 4}
stretch = TRUE
}
### Progress ###
image
{
function = BOX
detail = "bar"
file = "progressbar/progressbar-horiz.png"
border = {4, 4, 4, 4}
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "bar"
file = "progressbar/progressbar-vert.png"
border = {4, 4, 4, 4}
stretch = TRUE
orientation = VERTICAL
}
image
{
function = BOX
state = SELECTED
border = {4, 4, 4, 4}
file = "progressbar/progressbar-horiz.png"
stretch = TRUE
}
}
}
class "GtkProgressBar*" style "progressbar"
class "GtkTreeView*" style "progressbar"