Warning, /plasma/breeze-gtk/src/gtk2/widgets/range is written in an unsupported language. File is not indexed.
0001 style "range" 0002 { 0003 engine "pixmap" 0004 { 0005 image 0006 { 0007 function = BOX 0008 detail = "trough" 0009 file = "../assets/scale-trough-horizontal.png" 0010 border = { 4, 4, 0, 0 } 0011 stretch = TRUE 0012 orientation = HORIZONTAL 0013 } 0014 image 0015 { 0016 function = BOX 0017 detail = "trough" 0018 file = "../assets/scale-trough-vertical.png" 0019 border = { 0, 0, 4, 4 } 0020 stretch = TRUE 0021 orientation = VERTICAL 0022 } 0023 0024 # Horizontal 0025 0026 image 0027 { 0028 function = SLIDER 0029 state = NORMAL 0030 file = "../assets/null.png" 0031 border = { 0, 0, 0, 0 } 0032 stretch = TRUE 0033 overlay_file = "../assets/scale-slider.png" 0034 overlay_stretch = FALSE 0035 orientation = HORIZONTAL 0036 } 0037 image 0038 { 0039 function = SLIDER 0040 state = PRELIGHT 0041 file = "../assets/null.png" 0042 border = { 0, 0, 0, 0 } 0043 stretch = TRUE 0044 overlay_file = "../assets/scale-slider-active.png" 0045 overlay_stretch = FALSE 0046 orientation = HORIZONTAL 0047 } 0048 image 0049 { 0050 function = SLIDER 0051 state = INSENSITIVE 0052 file = "../assets/null.png" 0053 border = { 0, 0, 0, 0 } 0054 stretch = TRUE 0055 overlay_file = "../assets/scale-slider.png" 0056 overlay_stretch = FALSE 0057 orientation = HORIZONTAL 0058 } 0059 0060 # Vertical 0061 0062 image 0063 { 0064 function = SLIDER 0065 state = NORMAL 0066 file = "../assets/null.png" 0067 border = { 0, 0, 0, 0 } 0068 stretch = TRUE 0069 overlay_file = "../assets/scale-slider.png" 0070 overlay_stretch = FALSE 0071 orientation = VERTICAL 0072 } 0073 image 0074 { 0075 function = SLIDER 0076 state = PRELIGHT 0077 file = "../assets/null.png" 0078 border = { 0, 0, 0, 0 } 0079 stretch = TRUE 0080 overlay_file = "../assets/scale-slider-active.png" 0081 overlay_stretch = FALSE 0082 orientation = VERTICAL 0083 } 0084 0085 image 0086 { 0087 function = SLIDER 0088 state = INSENSITIVE 0089 file = "../assets/null.png" 0090 border = { 0, 0, 0, 0 } 0091 stretch = TRUE 0092 overlay_file = "../assets/scale-slider.png" 0093 overlay_stretch = FALSE 0094 orientation = VERTICAL 0095 } 0096 # Function below removes ugly boxes 0097 0098 image 0099 { 0100 function = BOX 0101 file = "../assets/null.png" 0102 border = { 3, 3, 3, 3 } 0103 stretch = TRUE 0104 } 0105 0106 } 0107 } 0108