~ubuntu-branches/ubuntu/raring/lubuntu-artwork/raring-proposed

« back to all changes in this revision

Viewing changes to usr/share/themes/Box1/gtk-2.0/scrollbar.rc

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2012-11-23 18:47:42 UTC
  • Revision ID: package-import@ubuntu.com-20121123184742-clo1m2uuoc3637lm
Tags: 0.35
* Backup current artwork items to 1210 items, and prepare 1304.
* Update icon theme:
 - Fix dropbox icon (LP: #878121).
* Update gtk3 theme:
 - Fix black tooltips (LP: #1065941).
* debian/control:
 - Depends also on gtk2-engines-pixbuf along with gtk2-engines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
########################################################################
 
2
# Scrollbar
 
3
########################################################################
 
4
 
 
5
style "scrollbar" 
 
6
{
 
7
        GtkRange::slider-width = 8
 
8
        GtkRange::stepper-size = 0
 
9
        GtkCheckButtonClass::indicator-size = 14
 
10
        GtkRadioButtonClass::indicator-size = 14
 
11
                
 
12
        engine "pixmap" 
 
13
        {
 
14
### Trough ###
 
15
                image 
 
16
                {
 
17
            function = BOX
 
18
            detail = "trough"
 
19
            file = "images/null.png"
 
20
            border = {6, 6, 18, 18}
 
21
            stretch = TRUE
 
22
            orientation = VERTICAL
 
23
        }
 
24
        
 
25
        image 
 
26
                {
 
27
            function = BOX
 
28
            detail = "trough"
 
29
            file = "images/null.png"
 
30
            border = {18, 18, 6, 6}
 
31
            stretch = TRUE
 
32
            orientation = HORIZONTAL
 
33
        }
 
34
 
 
35
### Scrollbar ###
 
36
        ## Normal
 
37
        image 
 
38
                {
 
39
                        function = SLIDER
 
40
                        state = NORMAL
 
41
                        file = "images/scrollbar_horizontal.png"
 
42
                        border = {6, 6, 6, 6}
 
43
                        stretch = TRUE
 
44
                        orientation = HORIZONTAL
 
45
                }
 
46
                
 
47
                image 
 
48
                {
 
49
            function = SLIDER
 
50
            state = NORMAL
 
51
            file = "images/scrollbar_vertical.png"
 
52
            border = {6, 6, 6, 6}
 
53
            stretch = TRUE
 
54
            orientation = VERTICAL
 
55
        }
 
56
        
 
57
        ## Prelight
 
58
                image 
 
59
                {
 
60
                        function = SLIDER
 
61
                        state = PRELIGHT
 
62
                        file = "images/scrollbar_horizontal-sel.png"
 
63
                        border = {6, 6, 6, 6}
 
64
                        stretch = TRUE
 
65
                        orientation = HORIZONTAL
 
66
                }
 
67
        
 
68
        image 
 
69
                {
 
70
            function = SLIDER
 
71
            state = PRELIGHT
 
72
            file = "images/scrollbar_vertical-sel.png"
 
73
            border = {6, 6, 6, 6}
 
74
            stretch = TRUE
 
75
            orientation = VERTICAL
 
76
        }
 
77
        
 
78
        ## Insensitive
 
79
                image 
 
80
                {
 
81
                        function = SLIDER
 
82
                        state = INSENSITIVE
 
83
                        file = "images/scrollbar_horizontal.png"
 
84
                        border = {6, 6, 6, 6}
 
85
                        stretch = TRUE
 
86
                        orientation = HORIZONTAL
 
87
                }
 
88
        
 
89
        image 
 
90
                {
 
91
            function = SLIDER
 
92
            state = INSENSITIVE
 
93
            file = "images/scrollbar_vertical.png"
 
94
            border = {6, 6, 6, 6}
 
95
            stretch = TRUE
 
96
            orientation = VERTICAL
 
97
        }
 
98
        
 
99
        
 
100
### Arrow UP ###
 
101
 
 
102
## Normal
 
103
                image 
 
104
                {
 
105
            function = ARROW
 
106
            state = NORMAL
 
107
            overlay_file = "images/null.png"
 
108
            overlay_stretch = FALSE
 
109
            arrow_direction = UP
 
110
        }
 
111
        
 
112
## Prelight
 
113
                image 
 
114
                {
 
115
            function = ARROW
 
116
            state = PRELIGHT
 
117
            overlay_file = "images/null.png"
 
118
            overlay_stretch = FALSE
 
119
            arrow_direction = UP
 
120
        }
 
121
        
 
122
## Insensitive
 
123
                image 
 
124
                {
 
125
            function = ARROW
 
126
            state = INSENSITIVE
 
127
            overlay_file = "images/null.png"
 
128
            overlay_stretch = FALSE
 
129
            arrow_direction = UP
 
130
        }
 
131
 
 
132
## Active
 
133
        image 
 
134
                {
 
135
            function = ARROW
 
136
            state = ACTIVE
 
137
            overlay_file = "images/null.png"
 
138
            overlay_stretch = FALSE
 
139
            arrow_direction = UP
 
140
        }
 
141
        
 
142
### Arrow DOWN ###       
 
143
        
 
144
## Normal
 
145
                image 
 
146
                {
 
147
            function = ARROW
 
148
            state = NORMAL
 
149
            overlay_file = "images/null.png"
 
150
            overlay_stretch = FALSE
 
151
            arrow_direction = DOWN
 
152
        }
 
153
        
 
154
## Prelight
 
155
                image 
 
156
                {
 
157
            function = ARROW
 
158
            state = PRELIGHT
 
159
            overlay_file = "images/null.png"
 
160
            overlay_stretch = FALSE
 
161
            arrow_direction = DOWN
 
162
        }
 
163
        
 
164
## Insensitive
 
165
                image 
 
166
                {
 
167
            function = ARROW
 
168
            state = INSENSITIVE
 
169
            overlay_file = "images/null.png"
 
170
            overlay_stretch = FALSE
 
171
            arrow_direction = DOWN
 
172
        }
 
173
 
 
174
## Active
 
175
        image 
 
176
                {
 
177
            function = ARROW
 
178
            state = ACTIVE
 
179
            overlay_file = "images/null.png"
 
180
            overlay_stretch = FALSE
 
181
            arrow_direction = DOWN
 
182
        }
 
183
 
 
184
### Arrow LEFT ###     
 
185
 
 
186
## Normal
 
187
                image 
 
188
                {
 
189
            function = ARROW
 
190
            state = NORMAL
 
191
            overlay_file = "images/null.png"
 
192
            overlay_stretch = FALSE
 
193
            arrow_direction = LEFT
 
194
        }
 
195
        
 
196
## Prelight
 
197
                image 
 
198
                {
 
199
            function = ARROW
 
200
            state = PRELIGHT
 
201
            overlay_file = "images/null.png"
 
202
            overlay_stretch = FALSE
 
203
            arrow_direction = LEFT
 
204
        }
 
205
        
 
206
## Insensitive
 
207
                image 
 
208
                {
 
209
            function = ARROW
 
210
            state = INSENSITIVE
 
211
            overlay_file = "images/null.png"
 
212
            overlay_stretch = FALSE
 
213
            arrow_direction = LEFT
 
214
        }
 
215
 
 
216
## Active
 
217
        image 
 
218
                {
 
219
            function = ARROW
 
220
            state = ACTIVE
 
221
            overlay_file = "images/null.png"
 
222
            overlay_stretch = FALSE
 
223
            arrow_direction = LEFT
 
224
        }
 
225
 
 
226
### Arrow RIGHT ###       
 
227
 
 
228
## Normal
 
229
                image 
 
230
                {
 
231
            function = ARROW
 
232
            state = NORMAL
 
233
            overlay_file = "images/null.png"
 
234
            overlay_stretch = FALSE
 
235
            arrow_direction = RIGHT
 
236
        }
 
237
        
 
238
## Prelight
 
239
                image 
 
240
                {
 
241
            function = ARROW
 
242
            state = PRELIGHT
 
243
            overlay_file = "images/null.png"
 
244
            overlay_stretch = FALSE
 
245
            arrow_direction = RIGHT
 
246
        }
 
247
        
 
248
## Insensitive
 
249
                image 
 
250
                {
 
251
            function = ARROW
 
252
            state = INSENSITIVE
 
253
            overlay_file = "images/null.png"
 
254
            overlay_stretch = FALSE
 
255
            arrow_direction = RIGHT
 
256
        }
 
257
 
 
258
## Active
 
259
        image 
 
260
                {
 
261
            function = ARROW
 
262
            state = ACTIVE
 
263
            overlay_file = "images/null.png"
 
264
            overlay_stretch = FALSE
 
265
            arrow_direction = RIGHT
 
266
        }    
 
267
    }
 
268
}
 
269
 
 
270
 
 
271
class "GtkScrollbar*" style "scrollbar"
 
272