Skip to content

Commit 716adf0

Browse files
committed
Initial upload, spinoff from Azurra/Windows-95
1 parent 24a731c commit 716adf0

File tree

149 files changed

+3871
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+3871
-0
lines changed

gtk-2.0/Others/windows-bg.png

132 Bytes
Loading
194 Bytes
Loading

gtk-2.0/arrow/arrow-down.png

194 Bytes
Loading

gtk-2.0/arrow/arrow-left.png

161 Bytes
Loading

gtk-2.0/arrow/arrow-right.png

166 Bytes
Loading

gtk-2.0/arrow/arrow-up-disable.png

194 Bytes
Loading

gtk-2.0/arrow/arrow-up.png

196 Bytes
Loading
178 Bytes
Loading

gtk-2.0/button.rc

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
########################################################################
2+
# Button
3+
########################################################################
4+
5+
style "button"
6+
{
7+
8+
engine "pixmap"
9+
{
10+
### Button ###
11+
12+
## Normal
13+
image
14+
{
15+
function = BOX
16+
state = NORMAL
17+
file = "button/button.png"
18+
border = {5, 5, 5, 5}
19+
stretch = TRUE
20+
21+
}
22+
## Prelight
23+
image
24+
{
25+
function = BOX
26+
state = PRELIGHT
27+
file = "button/button.png"
28+
border = {5, 5, 5, 5}
29+
stretch = TRUE
30+
}
31+
32+
## Insensitive
33+
image
34+
{
35+
function = BOX
36+
state = INSENSITIVE
37+
file = "button/button-ins.png"
38+
border = {5, 5, 5, 5}
39+
stretch = TRUE
40+
}
41+
42+
## Active
43+
image
44+
{
45+
function = BOX
46+
state = ACTIVE
47+
file = "button/button-pressed.png"
48+
border = {5, 5, 5, 5}
49+
stretch = TRUE
50+
}
51+
52+
### Focus ###
53+
image
54+
{
55+
function = FOCUS
56+
file = "null.png"
57+
}
58+
}
59+
}
60+
61+
class "GtkButton*" style "button"
62+

gtk-2.0/button/button-ins.png

180 Bytes
Loading

0 commit comments

Comments
 (0)