summaryrefslogtreecommitdiffstats
path: root/abs/core/e16_theme_settings/e16_config_dir/themes/Summer/imageclasses/iconbox.cfg
blob: b86bb901930181d0d973490645af4175503f3c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/* Maintained at themes.effx.us
   $Id: iconbox.cfg 15 2009-03-16 15:35:48Z don $ */

__ICLASS __BGN
  __NAME ICONBOX_HORIZONTAL
  __NORMAL "artwork/iconbox/ibox-back.png"
  __EDGE_SCALING 6 2 9 2
  __PADDING 4 4 4 4
__END

#if 0 /* Something is wrong with this, disabling the cover window entirely */
__ICLASS __BGN
  __NAME ICONBOX_COVER_HORIZONTAL /* Really unsused by this setup */
  __NORMAL "artwork/iconbox/ibox-cover.png"
  __EDGE_SCALING 1 1 1 1
  __PADDING 1 1 1 1
__END
#endif

__ICLASS __BGN
  __NAME ICONBOX_SCROLLBAR_BASE_HORIZONTAL
  __NORMAL "artwork/iconbox/ibox-scrollbase.png"
  __EDGE_SCALING 1 1 1 1
__END

__ICLASS __BGN
  __NAME ICONBOX_SCROLLBAR_KNOB_HORIZONTAL
  __NORMAL "artwork/iconbox/ibox-scrollh_on.png"
  __EDGE_SCALING 2 2 2 2
__END

__ICLASS __BGN
  __NAME ICONBOX_SCROLLKNOB_HORIZONTAL
  __NORMAL "artwork/iconbox/ibox-grab_on.png"
  __EDGE_SCALING 2 2 2 2
__END

__ICLASS __BGN
  __NAME ICONBOX_VERTICAL
  __NORMAL "artwork/iconbox/ibox-back.png"
  __EDGE_SCALING 6 2 9 2
  __PADDING 4 4 4 4
__END

#if 0 /* Something is wrong with this, disabling the cover window entirely */
__ICLASS __BGN
  __NAME ICONBOX_COVER_VERTICAL /* Really unsused by this setup */
  __NORMAL "artwork/iconbox/ibox-cover.png"
  __EDGE_SCALING 1 1 1 1
  __PADDING 1 1 1 1
__END
#endif

__ICLASS __BGN
  __NAME ICONBOX_SCROLLBAR_BASE_VERTICAL
  __NORMAL "artwork/iconbox/ibox-scrollbase.png"
  __EDGE_SCALING 1 1 1 1
__END

__ICLASS __BGN
  __NAME ICONBOX_SCROLLBAR_KNOB_VERTICAL
  __NORMAL "artwork/iconbox/ibox-scrollv_on.png"
  __EDGE_SCALING 2 2 2 2
__END

__ICLASS __BGN
  __NAME ICONBOX_SCROLLKNOB_VERTICAL
  __NORMAL "artwork/iconbox/ibox-grab_on.png"
  __EDGE_SCALING 2 2 2 2
__END

__ICLASS __BGN
  __NAME ICONBOX_ARROW_UP
  __NORMAL "artwork/iconbox/ibox-empty.png"
  __CLICKED "artwork/iconbox/ibox-empty.png"
__END

__ICLASS __BGN
  __NAME ICONBOX_ARROW_DOWN
  __NORMAL "artwork/iconbox/ibox-empty.png"
  __CLICKED "artwork/iconbox/ibox-empty.png"
__END

__ICLASS __BGN
  __NAME ICONBOX_ARROW_LEFT
  __NORMAL "artwork/iconbox/ibox-empty.png"
  __CLICKED "artwork/iconbox/ibox-empty.png"
__END

__ICLASS __BGN
  __NAME ICONBOX_ARROW_RIGHT
  __NORMAL "artwork/iconbox/ibox-empty.png"
  __CLICKED "artwork/iconbox/ibox-empty.png"
__END

__ICLASS __BGN
  __NAME DEFAULT_ICON_BUTTON
  __NORMAL "artwork/common/e-box.png"
  __EDGE_SCALING 15 15 10 10
  __PADDING 2 2 10 10
__END