summaryrefslogtreecommitdiff
path: root/tests/testgtkrc
blob: f15d2531e05a2bc71ebee7131c6cfb96ba033f8c (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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
#
# include "rc-file"
#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

# testgtkrc2 sets all the buttons in the main window to blue by default
include "testgtkrc2"

double-click_timeout = 42
bell-duration = 39
bell_duration = 40

# gtk-cursor-blink-time = 200
# gtk-menu-bar-accel = F10

style "global-style-properties"
{
#  xthickness = 20
  GtkButton::child_displacement_x = 1
  GtkButton::child_displacement_y = 1
#  GtkWidget::cursor_color = "#ff0000"
  GtkToolbar::space_size = 10
  GtkToolbar::space_style = line
  GtkToolbar::button_relief = none
  GtkButtonBox::child_min_width = 0
  GtkButtonBox::child_min_height = 0
}
class "GtkWidget" style "global-style-properties"

style "defaultfont"
{
  font_name = "Sans 12"

  Gtest::foo = 47
  Gtest::bar = 47
#  GtkScrollbar::spacing = 33
#  GtkButton::color = { 3, 2,45, 6, 6, 4, 23 }
}

style "myicons"
{
  stock["gtk-dialog-warning"] = 
    { 
      { "3DRings.xpm", *, *, *} 
    }
}

class "GtkImage" style "myicons"

# common default
class "GtkWidget" style "defaultfont"

style "window"
{
# bg_pixmap[NORMAL] = "marble.xpm"
}

style "scale"
{
  fg[NORMAL] = { 1.0, 0, 0 }
  bg_pixmap[NORMAL] = "<parent>"
}

style "button" = "default"
{
#  fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
#  bg[PRELIGHT] = { 0, 0, 0.75 }
#  bg[PRELIGHT] = { 0.75, 0, 0x00 }
}

style "toggle_button" = "button"
{
  fg[NORMAL] = { 1.0, 0, 0 }
  fg[ACTIVE] = { 1.0, 0, 0 }
#  bg_pixmap[ACTIVE] = "check-y.xpm"
#  bg_pixmap[NORMAL] = "check-n.xpm"
}

style "text"
{
  bg_pixmap[NORMAL] = "marble.xpm"
  text[NORMAL] = { 1.0, 1.0, 1.0 }
  fg[NORMAL] = { 1.0, 1.0, 1.0 }
  base[NORMAL] = { 0.0, 0.0, 0.0 }
}

style "slider"
{
  fg[NORMAL] = { 1.0, 1.0, 1.0 }
  bg[NORMAL] = { 0.0, 0.0, 1.0 }
  bg[ACTIVE] = { 0.0 ,0.0, 0.5 }
  bg[PRELIGHT] = { 0.75 ,0.75, 1.0 }
}

style "ruler"
{
  font_name = 'Sans 8'
}

style "curve"
{
  fg[NORMAL] = { 58000, 0, 0 }                  # red
}

style "red-bar"
{
  bg[PRELIGHT] = { 0.95, .55, 0.55 }
}

# override testgtk2, introduce the green color in the button list
style 'button_list' = 'button'
{
  font_name = "Monospace 10"
  bg[PRELIGHT] = { 0, 0.75, 0x00 }
}
widget "main window.*GtkScrolledWindow.*GtkButton*" style "button_list"


class "GtkScrollbar" style "red-bar"

widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"
widget_class "*Gtk*Scale" style "scale"
widget_class "*GtkCheckButton*" style "toggle_button"
widget_class "*GtkRadioButton*" style "toggle_button"
widget_class "*GtkButton*" style "button"
widget_class "*Ruler" style "ruler"
widget_class "*GtkText" style "text"
widget "*GtkCurve" style "curve"

binding "test1"
{
  bind "<ctrl>1" {
    "debug-msg" ("jup!")
  }
}

binding "test2"
{
  bind "<ctrl>1" {
    "debug-msg" ("hallo and")
    "debug-msg" ("huhu")
  }
}

# possible priorities are (in ascending order):
# lowest
# gtk         (used by gtk for internal class bindings)
# application (for hard coded bindings on application basis)
# rc          (used implicitel by rc files)
# highest
class "GtkCList" binding  "test1"           # implicit : rc
#class "GtkWindow" binding : highest "test2" # override "rc" priority

binding "clist-test"
{
  bind "j" {
    "scroll-vertical" (step-backward, 0.0)
  }
  bind "k" {
    "scroll-vertical" (step-forward, 0.0)
  }
}

class "GtkCList" binding "clist-test"

style "testthickness" {
  xthickness = 15
  ythickness = 15
}

#class "GtkFrame" style "testthickness"

# Test ordering of RC file priorities

style "testgtk-red-style" {
  fg[NORMAL] = "red"
}

style "testgtk-green-style" {
  fg[NORMAL] = "green"
}

style "testgtk-blue-style" {
 fg[NORMAL] = "blue"
}


widget_class "*.GtkAspectFrame.*.GtkLabel" style "testgtk-green-style"
widget_class "*.GtkAspectFrame.*.GtkLabel" style "testgtk-blue-style"  # override because it's later

widget "*.testgtk-red-label" style "testgtk-red-style"  # override because it's widget, not widget_class

widget "*.testgtk-green-label" style : highest "testgtk-green-style"
# overrides the following, because it is higher priority
widget "*.testgtk-green-label" style "testgtk-red-style"