~minos-archive/minos/minos-artwork

« back to all changes in this revision

Viewing changes to themes/core/adwait/gtk-2.0/styles/checkbutton

  • Committer: Javier Lopez
  • Date: 2016-07-13 01:58:25 UTC
  • Revision ID: git-v1:55a2dc65535fdb59f1de7aaab34463d7f0e42b68
add core/extra folders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "checkbutton"="default"
 
2
{
 
3
  engine "pixmap" {
 
4
 image 
 
5
        {
 
6
            function                    = CHECK
 
7
            recolorable                 = TRUE
 
8
            state                               = NORMAL
 
9
            shadow                      = OUT
 
10
            overlay_file                = "Check-Radio/check1.png"
 
11
            overlay_stretch     = FALSE
 
12
        }
 
13
 image 
 
14
        {
 
15
            function                    = CHECK
 
16
            recolorable                 = TRUE
 
17
            state                               = PRELIGHT
 
18
            shadow                      = OUT
 
19
            overlay_file                = "Check-Radio/check5.png"
 
20
            overlay_stretch     = FALSE
 
21
        }
 
22
 image 
 
23
        {
 
24
            function                    = CHECK
 
25
            recolorable                 = TRUE
 
26
            state                               = ACTIVE
 
27
            shadow                      = OUT
 
28
            overlay_file                = "Check-Radio/check1.png"
 
29
            overlay_stretch     = FALSE
 
30
        }
 
31
 image 
 
32
        {
 
33
            function                    = CHECK
 
34
            recolorable                 = TRUE
 
35
            state                               = INSENSITIVE
 
36
            shadow                      = OUT
 
37
            overlay_file                = "Check-Radio/check3.png"
 
38
            overlay_stretch     = FALSE
 
39
        }
 
40
 image 
 
41
        {
 
42
            function                    = CHECK
 
43
            recolorable                 = TRUE
 
44
                  state                                 = NORMAL
 
45
            shadow                      = IN
 
46
            overlay_file                = "Check-Radio/check2.png"
 
47
            overlay_stretch     = FALSE
 
48
        }
 
49
  image 
 
50
        {
 
51
            function                    = CHECK
 
52
            recolorable                 = TRUE
 
53
                  state                                 = PRELIGHT
 
54
            shadow                      = IN
 
55
            overlay_file                = "Check-Radio/check6.png"
 
56
            overlay_stretch     = FALSE
 
57
        }
 
58
 image 
 
59
        {
 
60
            function                    = CHECK
 
61
            recolorable                 = TRUE
 
62
                  state                                 = ACTIVE
 
63
            shadow                      = IN
 
64
            overlay_file                = "Check-Radio/check2.png"
 
65
            overlay_stretch     = FALSE
 
66
        }
 
67
 image 
 
68
    {
 
69
    function                    = CHECK
 
70
    recolorable                 = TRUE
 
71
       state                            = INSENSITIVE
 
72
       shadow                   = IN
 
73
       overlay_file             = "Check-Radio/check4.png"
 
74
       overlay_stretch  = FALSE
 
75
    }
 
76
    image 
 
77
    {
 
78
      function          = FLAT_BOX
 
79
      recolorable       = TRUE
 
80
      stretch                   = TRUE
 
81
      file                      = "Check-Radio/checklight.png"
 
82
      border            = { 2, 2, 2, 2 }
 
83
    }
 
84
  }
 
85
}
 
86
    
 
87
class "GtkCheckButton" style "checkbutton"
 
88
style "checkbuttonmenu"="default"
 
89
{
 
90
  engine "pixmap" {
 
91
 image 
 
92
        {
 
93
            function                    = CHECK
 
94
            recolorable                 = TRUE
 
95
            state                               = NORMAL
 
96
            shadow                      = OUT
 
97
            overlay_file                = "Check-Radio/check11.png"
 
98
            overlay_stretch     = FALSE
 
99
        }
 
100
 image 
 
101
        {
 
102
            function                    = CHECK
 
103
            recolorable                 = TRUE
 
104
            state                               = PRELIGHT
 
105
            shadow                      = OUT
 
106
            overlay_file                = "Check-Radio/check11.png"
 
107
            overlay_stretch     = FALSE
 
108
        }
 
109
 image 
 
110
        {
 
111
            function                    = CHECK
 
112
            recolorable                 = TRUE
 
113
            state                               = ACTIVE
 
114
            shadow                      = OUT
 
115
            overlay_file                = "Check-Radio/check11.png"
 
116
            overlay_stretch     = FALSE
 
117
        }
 
118
 image 
 
119
        {
 
120
            function                    = CHECK
 
121
            recolorable                 = TRUE
 
122
            state                               = INSENSITIVE
 
123
            shadow                      = OUT
 
124
            overlay_file                = "Check-Radio/check33.png"
 
125
            overlay_stretch     = FALSE
 
126
        }
 
127
 image 
 
128
        {
 
129
            function                    = CHECK
 
130
            recolorable                 = TRUE
 
131
                  state                                 = NORMAL
 
132
            shadow                      = IN
 
133
            overlay_file                = "Check-Radio/check22.png"
 
134
            overlay_stretch     = FALSE
 
135
        }
 
136
  image 
 
137
        {
 
138
            function                    = CHECK
 
139
            recolorable                 = TRUE
 
140
                  state                                 = PRELIGHT
 
141
            shadow                      = IN
 
142
            overlay_file                = "Check-Radio/check22.png"
 
143
            overlay_stretch     = FALSE
 
144
        }
 
145
 image 
 
146
        {
 
147
            function                    = CHECK
 
148
            recolorable                 = TRUE
 
149
                  state                                 = ACTIVE
 
150
            shadow                      = IN
 
151
            overlay_file                = "Check-Radio/check22.png"
 
152
            overlay_stretch     = FALSE
 
153
        }
 
154
 image 
 
155
    {
 
156
    function                    = CHECK
 
157
    recolorable                 = TRUE
 
158
       state                            = INSENSITIVE
 
159
       shadow                   = IN
 
160
       overlay_file             = "Check-Radio/check44.png"
 
161
       overlay_stretch  = FALSE
 
162
    }
 
163
    image 
 
164
    {
 
165
      function          = FLAT_BOX
 
166
      recolorable       = TRUE
 
167
      stretch                   = TRUE
 
168
      file                      = "Check-Radio/checklight.png"
 
169
      border            = { 2, 2, 2, 2 }
 
170
    }
 
171
  }
 
172
}
 
173
class "GtkCheckMenuItem"                style "checkbuttonmenu"