Warning, /plasma/breeze-gtk/src/gtk2/widgets/progressbar is written in an unsupported language. File is not indexed.
0001 style "progressbar" {
0002 xthickness = 0
0003 ythickness = 0
0004
0005 fg[PRELIGHT] = @selected_fg_color
0006
0007 engine "pixmap"
0008 {
0009 image
0010 {
0011 function = BOX
0012 detail = "trough"
0013 file = "../assets/progressbar-trough.png"
0014 border = { 4, 4, 4, 4 }
0015 stretch = TRUE
0016 orientation = HORIZONTAL
0017 }
0018 image
0019 {
0020 function = BOX
0021 detail = "bar"
0022 file = "../assets/progressbar-bar.png"
0023 stretch = TRUE
0024 border = { 4, 4, 4, 4 }
0025 orientation = HORIZONTAL
0026 }
0027 image
0028 {
0029 function = BOX
0030 detail = "trough"
0031 file = "../assets/progressbar-trough.png"
0032 border = { 4, 4, 4, 4 }
0033 stretch = TRUE
0034 orientation = VERTICAL
0035 }
0036 image
0037 {
0038 function = BOX
0039 detail = "bar"
0040 file = "../assets/progressbar-bar.png"
0041 stretch = TRUE
0042 border = { 4, 4, 4, 4 }
0043 orientation = VERTICAL
0044 }
0045 }
0046 }
0047