ratchet 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. data/gem_bin/ratchet +23 -0
  2. data/lib/ratchet.rb +613 -0
  3. data/lib/ratchet/aliases.rb +106 -0
  4. data/lib/ratchet/bufferparser.rb +409 -0
  5. data/lib/ratchet/commandbuffer.rb +66 -0
  6. data/lib/ratchet/commandparser.rb +668 -0
  7. data/lib/ratchet/configuration.rb +278 -0
  8. data/lib/ratchet/connections.rb +403 -0
  9. data/lib/ratchet/constants.rb +111 -0
  10. data/lib/ratchet/contrib/instance_exec.rb +21 -0
  11. data/lib/ratchet/eventparser.rb +486 -0
  12. data/lib/ratchet/gtk/bufferlistview.rb +514 -0
  13. data/lib/ratchet/gtk/bufferview.rb +167 -0
  14. data/lib/ratchet/gtk/configwindow.rb +229 -0
  15. data/lib/ratchet/gtk/connectionwindow.rb +218 -0
  16. data/lib/ratchet/gtk/keybinding.rb +356 -0
  17. data/lib/ratchet/gtk/linkwindow.rb +137 -0
  18. data/lib/ratchet/gtk/mainwindow.rb +504 -0
  19. data/lib/ratchet/gtk/networkpresenceconf.rb +567 -0
  20. data/lib/ratchet/gtk/pluginconfig.rb +94 -0
  21. data/lib/ratchet/gtk/pluginwindow.rb +146 -0
  22. data/lib/ratchet/gtk/userlistview.rb +161 -0
  23. data/lib/ratchet/help.rb +64 -0
  24. data/lib/ratchet/items.rb +271 -0
  25. data/lib/ratchet/lines.rb +63 -0
  26. data/lib/ratchet/networks.rb +652 -0
  27. data/lib/ratchet/plugins.rb +616 -0
  28. data/lib/ratchet/queue.rb +47 -0
  29. data/lib/ratchet/ratchet-version.rb +21 -0
  30. data/lib/ratchet/replies.rb +134 -0
  31. data/lib/ratchet/replyparser.rb +441 -0
  32. data/lib/ratchet/tabcomplete.rb +98 -0
  33. data/lib/ratchet/users.rb +237 -0
  34. data/lib/ratchet/utils.rb +178 -0
  35. data/share/defaults.yaml +169 -0
  36. data/share/glade/config.glade +2634 -0
  37. data/share/glade/connect.glade +950 -0
  38. data/share/glade/keybindings.glade +109 -0
  39. data/share/glade/linkwindow.glade +188 -0
  40. data/share/glade/mainwindow.glade +335 -0
  41. data/share/glade/network-presences.glade +1373 -0
  42. data/share/glade/pluginconf.glade +97 -0
  43. data/share/glade/plugins.glade +360 -0
  44. data/share/plugins/colorewrite.rb +193 -0
  45. data/share/plugins/highlighter.rb +115 -0
  46. data/share/plugins/mpdplay.rb +123 -0
  47. data/share/plugins/numberswitcher.rb +30 -0
  48. data/share/plugins/sysinfo.rb +82 -0
  49. metadata +96 -0
@@ -0,0 +1,169 @@
1
+ selectedforegroundcolor: !ruby/object:Ratchet::Color
2
+ b: 65535
3
+ g: 65535
4
+ r: 65535
5
+ color13: !ruby/object:Ratchet::Color
6
+ b: 0
7
+ g: 0
8
+ r: 0
9
+ tabcompletesort: activity
10
+ color8: !ruby/object:Ratchet::Color
11
+ b: 0
12
+ g: 0
13
+ r: 0
14
+ pad_usermode: false
15
+ color14: !ruby/object:Ratchet::Color
16
+ b: 0
17
+ g: 0
18
+ r: 0
19
+ color9: !ruby/object:Ratchet::Color
20
+ b: 0
21
+ g: 0
22
+ r: 0
23
+ topic: -%C1--%C1 Topic for %C6%c%C6 is %C6%t%C6
24
+ tabsort: case insensitive
25
+ color15: !ruby/object:Ratchet::Color
26
+ b: 0
27
+ g: 0
28
+ r: 0
29
+ scw_even: !ruby/object:Ratchet::Color
30
+ b: 65535
31
+ g: 65535
32
+ r: 65535
33
+ canonicaltime: client
34
+ notice: -%C1--%C1 %m
35
+ timestamp: "[%H:%M]"
36
+ scw_prelight: !ruby/object:Ratchet::Color
37
+ b: 16051
38
+ g: 16051
39
+ r: 62168
40
+ usernameformat: "%C4<%C4%u%C4>%C4"
41
+ defaultcolor: !ruby/object:Ratchet::Color
42
+ b: 0
43
+ g: 0
44
+ r: 0
45
+ main_font: Verdana 9
46
+ tabonmsg: false
47
+ highlightplugincolor: !ruby/object:Ratchet::Color
48
+ b: 50842
49
+ g: 0
50
+ r: 65535
51
+ tablistposition: bottom
52
+ linkclickaction: firefox "%s"
53
+ tabstructure: hierarchical
54
+ message: "%m"
55
+ keybindings:
56
+ Alt-l: open_linkwindow
57
+ Alt-n: open_networks
58
+ scw_align_presences: false
59
+ userjoin: -%C1->%C1 You are now talking on %c
60
+ part: <%C1--%C1 %u (%C1%h%C1) has left %c (%r)
61
+ quit: <%C1--%C1 %u has quit (%r)
62
+ kick: <%C1--%C1 %u was kicked from %c (%r)
63
+ remove_mode: -%C1--%C1 %s removed %m from %u
64
+ usermessage: "%m"
65
+ scw_lastread: !ruby/object:Ratchet::Color
66
+ b: 59940
67
+ g: 59940
68
+ r: 65535
69
+ nickchange: -%C1--%C1 %u is now known as %n
70
+ show_usermode: true
71
+ backgroundcolor: !ruby/object:Ratchet::Color
72
+ b: 65535
73
+ g: 65535
74
+ r: 65535
75
+ newmessagecolor: !ruby/object:Ratchet::Color
76
+ b: 0
77
+ g: 0
78
+ r: 65535
79
+ usetimestamp: true
80
+ topic_setby: -%C1--%C1 Topic for %C6%c%C6 set by %C6%u%C6 at %C6%a%C6
81
+ neweventcolor: !ruby/object:Ratchet::Color
82
+ b: 1000
83
+ g: 1000
84
+ r: 45535
85
+ color0: !ruby/object:Ratchet::Color
86
+ b: 9221
87
+ g: 13300
88
+ r: 60601
89
+ foregroundcolor: !ruby/object:Ratchet::Color
90
+ b: 0
91
+ g: 0
92
+ r: 0
93
+ tablisttype: button
94
+ panelposition: 1001
95
+ color1: !ruby/object:Ratchet::Color
96
+ b: 11392
97
+ g: 47254
98
+ r: 0
99
+ highlightcolor: !ruby/object:Ratchet::Color
100
+ b: 65535
101
+ g: 0
102
+ r: 0
103
+ whois: "%C2[%C2%n%C2]%C2 %m"
104
+ add_mode: -%C1--%C1 %s gave %m to %u
105
+ color2: !ruby/object:Ratchet::Color
106
+ b: 65535
107
+ g: 28332
108
+ r: 0
109
+ numbertabs: false
110
+ error: "%C0***%C0 %m"
111
+ color3: !ruby/object:Ratchet::Color
112
+ b: 0
113
+ g: 65535
114
+ r: 65535
115
+ userpart: <%C1--%C1 You have left %c
116
+ userkick: <%C1--%C1 You have been kicked from %c
117
+ userquit: <%C1--%C1 You have quit
118
+ commandbuffersize: 10
119
+ color4: !ruby/object:Ratchet::Color
120
+ b: 65535
121
+ g: 0
122
+ r: 65535
123
+ action: "%C1*%C1 %u %m"
124
+ topic_change: -%C1--%C1 Topic set to %C6%t%C6 by %C6%u%C6
125
+ join: -%C1->%C1 %u (%C1%h%C1) has joined %c
126
+ usernickchange: -%C1--%C1 You are now known as %n
127
+ scw_odd: !ruby/object:Ratchet::Color
128
+ b: 65535
129
+ g: 64974
130
+ r: 63775
131
+ color10: !ruby/object:Ratchet::Color
132
+ b: 0
133
+ g: 0
134
+ r: 0
135
+ color5: !ruby/object:Ratchet::Color
136
+ b: 65535
137
+ g: 65535
138
+ r: 0
139
+ tabcompletesuffix: ":"
140
+ selectedbackgroundcolor: !ruby/object:Ratchet::Color
141
+ b: 62638
142
+ g: 44565
143
+ r: 13208
144
+ color11: !ruby/object:Ratchet::Color
145
+ b: 0
146
+ g: 0
147
+ r: 0
148
+ color6: !ruby/object:Ratchet::Color
149
+ b: 0
150
+ g: 0
151
+ r: 0
152
+ otherusernameformat: "%C2<%C2%u%C2>%C2"
153
+ color12: !ruby/object:Ratchet::Color
154
+ b: 0
155
+ g: 0
156
+ r: 0
157
+ color7: !ruby/object:Ratchet::Color
158
+ b: 0
159
+ g: 0
160
+ r: 0
161
+ plugins: []
162
+ aliases: {}
163
+ windows:
164
+ - ypos: 100
165
+ xpos: 100
166
+ panelposition: 650
167
+ height: 600
168
+ width: 800
169
+ console: true
@@ -0,0 +1,2634 @@
1
+ <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2
+ <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
+
4
+ <glade-interface>
5
+
6
+ <widget class="GtkWindow" id="config">
7
+ <property name="title" translatable="yes">Config</property>
8
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
9
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
10
+ <property name="modal">True</property>
11
+ <property name="default_width">725</property>
12
+ <property name="default_height">500</property>
13
+ <property name="resizable">True</property>
14
+ <property name="destroy_with_parent">True</property>
15
+ <property name="decorated">True</property>
16
+ <property name="skip_taskbar_hint">False</property>
17
+ <property name="skip_pager_hint">False</property>
18
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
19
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20
+
21
+ <child>
22
+ <widget class="GtkHPaned" id="hpaned2">
23
+ <property name="visible">True</property>
24
+ <property name="can_focus">True</property>
25
+ <property name="position">200</property>
26
+
27
+ <child>
28
+ <widget class="GtkScrolledWindow" id="scrolledwindow4">
29
+ <property name="visible">True</property>
30
+ <property name="can_focus">True</property>
31
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
32
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
33
+ <property name="shadow_type">GTK_SHADOW_IN</property>
34
+ <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
35
+
36
+ <child>
37
+ <widget class="GtkTreeView" id="preferencesbar">
38
+ <property name="visible">True</property>
39
+ <property name="can_focus">True</property>
40
+ <property name="headers_visible">True</property>
41
+ <property name="rules_hint">False</property>
42
+ <property name="reorderable">False</property>
43
+ <property name="enable_search">False</property>
44
+ </widget>
45
+ </child>
46
+ </widget>
47
+ <packing>
48
+ <property name="shrink">True</property>
49
+ <property name="resize">False</property>
50
+ </packing>
51
+ </child>
52
+
53
+ <child>
54
+ <widget class="GtkVBox" id="categorybox">
55
+ <property name="visible">True</property>
56
+ <property name="homogeneous">False</property>
57
+ <property name="spacing">0</property>
58
+
59
+ <child>
60
+ <widget class="GtkHButtonBox" id="hbuttonbox1">
61
+ <property name="border_width">10</property>
62
+ <property name="visible">True</property>
63
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
64
+ <property name="spacing">10</property>
65
+
66
+ <child>
67
+ <widget class="GtkButton" id="defaults">
68
+ <property name="visible">True</property>
69
+ <property name="can_default">True</property>
70
+ <property name="can_focus">True</property>
71
+ <property name="relief">GTK_RELIEF_NORMAL</property>
72
+ <property name="focus_on_click">True</property>
73
+ <signal name="clicked" handler="revert_config" last_modification_time="Fri, 26 Aug 2005 21:31:04 GMT"/>
74
+
75
+ <child>
76
+ <widget class="GtkAlignment" id="alignment1">
77
+ <property name="visible">True</property>
78
+ <property name="xalign">0.5</property>
79
+ <property name="yalign">0.5</property>
80
+ <property name="xscale">0</property>
81
+ <property name="yscale">0</property>
82
+ <property name="top_padding">0</property>
83
+ <property name="bottom_padding">0</property>
84
+ <property name="left_padding">0</property>
85
+ <property name="right_padding">0</property>
86
+
87
+ <child>
88
+ <widget class="GtkHBox" id="hbox1">
89
+ <property name="visible">True</property>
90
+ <property name="homogeneous">False</property>
91
+ <property name="spacing">2</property>
92
+
93
+ <child>
94
+ <widget class="GtkImage" id="image1">
95
+ <property name="visible">True</property>
96
+ <property name="stock">gtk-revert-to-saved</property>
97
+ <property name="icon_size">4</property>
98
+ <property name="xalign">0.5</property>
99
+ <property name="yalign">0.5</property>
100
+ <property name="xpad">0</property>
101
+ <property name="ypad">0</property>
102
+ </widget>
103
+ <packing>
104
+ <property name="padding">0</property>
105
+ <property name="expand">False</property>
106
+ <property name="fill">False</property>
107
+ </packing>
108
+ </child>
109
+
110
+ <child>
111
+ <widget class="GtkLabel" id="label39">
112
+ <property name="visible">True</property>
113
+ <property name="label">Defaults</property>
114
+ <property name="use_underline">True</property>
115
+ <property name="use_markup">False</property>
116
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
117
+ <property name="wrap">False</property>
118
+ <property name="selectable">False</property>
119
+ <property name="xalign">0.5</property>
120
+ <property name="yalign">0.5</property>
121
+ <property name="xpad">0</property>
122
+ <property name="ypad">0</property>
123
+ </widget>
124
+ <packing>
125
+ <property name="padding">0</property>
126
+ <property name="expand">False</property>
127
+ <property name="fill">False</property>
128
+ </packing>
129
+ </child>
130
+ </widget>
131
+ </child>
132
+ </widget>
133
+ </child>
134
+ </widget>
135
+ </child>
136
+
137
+ <child>
138
+ <widget class="GtkButton" id="configcancel">
139
+ <property name="visible">True</property>
140
+ <property name="can_default">True</property>
141
+ <property name="can_focus">True</property>
142
+ <property name="label">gtk-cancel</property>
143
+ <property name="use_stock">True</property>
144
+ <property name="relief">GTK_RELIEF_NORMAL</property>
145
+ <property name="focus_on_click">True</property>
146
+ <signal name="clicked" handler="destroy" last_modification_time="Sun, 12 Jun 2005 15:46:35 GMT"/>
147
+ </widget>
148
+ </child>
149
+
150
+ <child>
151
+ <widget class="GtkButton" id="configok">
152
+ <property name="visible">True</property>
153
+ <property name="can_default">True</property>
154
+ <property name="can_focus">True</property>
155
+ <property name="label">gtk-ok</property>
156
+ <property name="use_stock">True</property>
157
+ <property name="relief">GTK_RELIEF_NORMAL</property>
158
+ <property name="focus_on_click">True</property>
159
+ <signal name="clicked" handler="update_config" last_modification_time="Sun, 12 Jun 2005 15:49:49 GMT"/>
160
+ </widget>
161
+ </child>
162
+ </widget>
163
+ <packing>
164
+ <property name="padding">0</property>
165
+ <property name="expand">False</property>
166
+ <property name="fill">False</property>
167
+ <property name="pack_type">GTK_PACK_END</property>
168
+ </packing>
169
+ </child>
170
+
171
+ <child>
172
+ <widget class="GtkScrolledWindow" id="scrolledwindow">
173
+ <property name="visible">True</property>
174
+ <property name="can_focus">True</property>
175
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
176
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
177
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
178
+ <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
179
+
180
+ <child>
181
+ <widget class="GtkViewport" id="configarea">
182
+ <property name="visible">True</property>
183
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
184
+
185
+ <child>
186
+ <widget class="GtkTable" id="promptconfig">
187
+ <property name="border_width">5</property>
188
+ <property name="visible">True</property>
189
+ <property name="n_rows">21</property>
190
+ <property name="n_columns">3</property>
191
+ <property name="homogeneous">False</property>
192
+ <property name="row_spacing">2</property>
193
+ <property name="column_spacing">2</property>
194
+
195
+ <child>
196
+ <widget class="GtkLabel" id="label1">
197
+ <property name="visible">True</property>
198
+ <property name="label" translatable="yes">Timestamp</property>
199
+ <property name="use_underline">False</property>
200
+ <property name="use_markup">False</property>
201
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
202
+ <property name="wrap">False</property>
203
+ <property name="selectable">False</property>
204
+ <property name="xalign">0</property>
205
+ <property name="yalign">0.5</property>
206
+ <property name="xpad">0</property>
207
+ <property name="ypad">0</property>
208
+ </widget>
209
+ <packing>
210
+ <property name="left_attach">0</property>
211
+ <property name="right_attach">1</property>
212
+ <property name="top_attach">3</property>
213
+ <property name="bottom_attach">4</property>
214
+ <property name="x_options">fill</property>
215
+ <property name="y_options"></property>
216
+ </packing>
217
+ </child>
218
+
219
+ <child>
220
+ <widget class="GtkLabel" id="label2">
221
+ <property name="visible">True</property>
222
+ <property name="label" translatable="yes">Message</property>
223
+ <property name="use_underline">False</property>
224
+ <property name="use_markup">False</property>
225
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
226
+ <property name="wrap">False</property>
227
+ <property name="selectable">False</property>
228
+ <property name="xalign">0</property>
229
+ <property name="yalign">0.5</property>
230
+ <property name="xpad">0</property>
231
+ <property name="ypad">0</property>
232
+ </widget>
233
+ <packing>
234
+ <property name="left_attach">0</property>
235
+ <property name="right_attach">1</property>
236
+ <property name="top_attach">4</property>
237
+ <property name="bottom_attach">5</property>
238
+ <property name="x_options">fill</property>
239
+ <property name="y_options"></property>
240
+ </packing>
241
+ </child>
242
+
243
+ <child>
244
+ <widget class="GtkLabel" id="label4">
245
+ <property name="visible">True</property>
246
+ <property name="label" translatable="yes">Notice</property>
247
+ <property name="use_underline">False</property>
248
+ <property name="use_markup">False</property>
249
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
250
+ <property name="wrap">False</property>
251
+ <property name="selectable">False</property>
252
+ <property name="xalign">0</property>
253
+ <property name="yalign">0.5</property>
254
+ <property name="xpad">0</property>
255
+ <property name="ypad">0</property>
256
+ </widget>
257
+ <packing>
258
+ <property name="left_attach">0</property>
259
+ <property name="right_attach">1</property>
260
+ <property name="top_attach">6</property>
261
+ <property name="bottom_attach">7</property>
262
+ <property name="x_options">fill</property>
263
+ <property name="y_options"></property>
264
+ </packing>
265
+ </child>
266
+
267
+ <child>
268
+ <widget class="GtkLabel" id="label6">
269
+ <property name="visible">True</property>
270
+ <property name="label" translatable="yes">Join</property>
271
+ <property name="use_underline">False</property>
272
+ <property name="use_markup">False</property>
273
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
274
+ <property name="wrap">False</property>
275
+ <property name="selectable">False</property>
276
+ <property name="xalign">0</property>
277
+ <property name="yalign">0.5</property>
278
+ <property name="xpad">0</property>
279
+ <property name="ypad">0</property>
280
+ </widget>
281
+ <packing>
282
+ <property name="left_attach">0</property>
283
+ <property name="right_attach">1</property>
284
+ <property name="top_attach">8</property>
285
+ <property name="bottom_attach">9</property>
286
+ <property name="x_options">fill</property>
287
+ <property name="y_options"></property>
288
+ </packing>
289
+ </child>
290
+
291
+ <child>
292
+ <widget class="GtkLabel" id="label8">
293
+ <property name="visible">True</property>
294
+ <property name="label" translatable="yes">Part</property>
295
+ <property name="use_underline">False</property>
296
+ <property name="use_markup">False</property>
297
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
298
+ <property name="wrap">False</property>
299
+ <property name="selectable">False</property>
300
+ <property name="xalign">0</property>
301
+ <property name="yalign">0.5</property>
302
+ <property name="xpad">0</property>
303
+ <property name="ypad">0</property>
304
+ </widget>
305
+ <packing>
306
+ <property name="left_attach">0</property>
307
+ <property name="right_attach">1</property>
308
+ <property name="top_attach">10</property>
309
+ <property name="bottom_attach">11</property>
310
+ <property name="x_options">fill</property>
311
+ <property name="y_options"></property>
312
+ </packing>
313
+ </child>
314
+
315
+ <child>
316
+ <widget class="GtkCheckButton" id="usetimestamp">
317
+ <property name="visible">True</property>
318
+ <property name="can_focus">True</property>
319
+ <property name="label" translatable="yes">Show?</property>
320
+ <property name="use_underline">True</property>
321
+ <property name="relief">GTK_RELIEF_NORMAL</property>
322
+ <property name="focus_on_click">True</property>
323
+ <property name="active">False</property>
324
+ <property name="inconsistent">False</property>
325
+ <property name="draw_indicator">True</property>
326
+ <signal name="toggled" handler="tickbox_changed" last_modification_time="Mon, 20 Jun 2005 20:15:18 GMT"/>
327
+ </widget>
328
+ <packing>
329
+ <property name="left_attach">2</property>
330
+ <property name="right_attach">3</property>
331
+ <property name="top_attach">3</property>
332
+ <property name="bottom_attach">4</property>
333
+ <property name="x_options">fill</property>
334
+ <property name="y_options"></property>
335
+ </packing>
336
+ </child>
337
+
338
+ <child>
339
+ <widget class="GtkLabel" id="label27">
340
+ <property name="visible">True</property>
341
+ <property name="label" translatable="yes">&lt;b&gt;Prompt Templates&lt;/b&gt;</property>
342
+ <property name="use_underline">False</property>
343
+ <property name="use_markup">True</property>
344
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
345
+ <property name="wrap">False</property>
346
+ <property name="selectable">False</property>
347
+ <property name="xalign">0</property>
348
+ <property name="yalign">0.5</property>
349
+ <property name="xpad">0</property>
350
+ <property name="ypad">0</property>
351
+ </widget>
352
+ <packing>
353
+ <property name="left_attach">0</property>
354
+ <property name="right_attach">2</property>
355
+ <property name="top_attach">0</property>
356
+ <property name="bottom_attach">1</property>
357
+ <property name="x_options">fill</property>
358
+ <property name="y_options"></property>
359
+ </packing>
360
+ </child>
361
+
362
+ <child>
363
+ <widget class="GtkLabel" id="label3">
364
+ <property name="visible">True</property>
365
+ <property name="label" translatable="yes">User Message</property>
366
+ <property name="use_underline">False</property>
367
+ <property name="use_markup">False</property>
368
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
369
+ <property name="wrap">False</property>
370
+ <property name="selectable">False</property>
371
+ <property name="xalign">0</property>
372
+ <property name="yalign">0.5</property>
373
+ <property name="xpad">0</property>
374
+ <property name="ypad">0</property>
375
+ </widget>
376
+ <packing>
377
+ <property name="left_attach">0</property>
378
+ <property name="right_attach">1</property>
379
+ <property name="top_attach">5</property>
380
+ <property name="bottom_attach">6</property>
381
+ <property name="x_options">fill</property>
382
+ <property name="y_options"></property>
383
+ </packing>
384
+ </child>
385
+
386
+ <child>
387
+ <widget class="GtkLabel" id="label5">
388
+ <property name="visible">True</property>
389
+ <property name="label" translatable="yes">Error</property>
390
+ <property name="use_underline">False</property>
391
+ <property name="use_markup">False</property>
392
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
393
+ <property name="wrap">False</property>
394
+ <property name="selectable">False</property>
395
+ <property name="xalign">0</property>
396
+ <property name="yalign">0.5</property>
397
+ <property name="xpad">0</property>
398
+ <property name="ypad">0</property>
399
+ </widget>
400
+ <packing>
401
+ <property name="left_attach">0</property>
402
+ <property name="right_attach">1</property>
403
+ <property name="top_attach">7</property>
404
+ <property name="bottom_attach">8</property>
405
+ <property name="x_options">fill</property>
406
+ <property name="y_options"></property>
407
+ </packing>
408
+ </child>
409
+
410
+ <child>
411
+ <widget class="GtkLabel" id="label9">
412
+ <property name="visible">True</property>
413
+ <property name="label" translatable="yes">User Part</property>
414
+ <property name="use_underline">False</property>
415
+ <property name="use_markup">False</property>
416
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
417
+ <property name="wrap">False</property>
418
+ <property name="selectable">False</property>
419
+ <property name="xalign">0</property>
420
+ <property name="yalign">0.5</property>
421
+ <property name="xpad">0</property>
422
+ <property name="ypad">0</property>
423
+ </widget>
424
+ <packing>
425
+ <property name="left_attach">0</property>
426
+ <property name="right_attach">1</property>
427
+ <property name="top_attach">9</property>
428
+ <property name="bottom_attach">10</property>
429
+ <property name="x_options">fill</property>
430
+ <property name="y_options"></property>
431
+ </packing>
432
+ </child>
433
+
434
+ <child>
435
+ <widget class="GtkLabel" id="label7">
436
+ <property name="visible">True</property>
437
+ <property name="label" translatable="yes">User Join</property>
438
+ <property name="use_underline">False</property>
439
+ <property name="use_markup">False</property>
440
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
441
+ <property name="wrap">False</property>
442
+ <property name="selectable">False</property>
443
+ <property name="xalign">0</property>
444
+ <property name="yalign">0.5</property>
445
+ <property name="xpad">0</property>
446
+ <property name="ypad">0</property>
447
+ </widget>
448
+ <packing>
449
+ <property name="left_attach">0</property>
450
+ <property name="right_attach">1</property>
451
+ <property name="top_attach">11</property>
452
+ <property name="bottom_attach">12</property>
453
+ <property name="x_options">fill</property>
454
+ <property name="y_options"></property>
455
+ </packing>
456
+ </child>
457
+
458
+ <child>
459
+ <widget class="GtkLabel" id="label10">
460
+ <property name="visible">True</property>
461
+ <property name="label" translatable="yes">Whois</property>
462
+ <property name="use_underline">False</property>
463
+ <property name="use_markup">False</property>
464
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
465
+ <property name="wrap">False</property>
466
+ <property name="selectable">False</property>
467
+ <property name="xalign">0</property>
468
+ <property name="yalign">0.5</property>
469
+ <property name="xpad">0</property>
470
+ <property name="ypad">0</property>
471
+ </widget>
472
+ <packing>
473
+ <property name="left_attach">0</property>
474
+ <property name="right_attach">1</property>
475
+ <property name="top_attach">13</property>
476
+ <property name="bottom_attach">14</property>
477
+ <property name="x_options">fill</property>
478
+ <property name="y_options"></property>
479
+ </packing>
480
+ </child>
481
+
482
+ <child>
483
+ <widget class="GtkLabel" id="label28">
484
+ <property name="visible">True</property>
485
+ <property name="label" translatable="yes">These templates let you configure the format of the messages, events, etc in RIRC.
486
+
487
+ Colors are set by surrounding the text to be colored with
488
+ %C&lt;number&gt; where number is the number of the color you wish to use. Bold is %B, underline is %U and italics are %I.
489
+
490
+ %m is message, %c is channel, %u is username, %h is hostname, %r is quit/part reason. Not all of these are available for each prompt, missing ones will be stripped out.
491
+
492
+ NOTE: The timestamp needs %% instead of % before any style tags, or stftime will parse them as time formats.
493
+
494
+ NOTE: Do NOT nest tags, or style tag endings will become unpredictable.
495
+ </property>
496
+ <property name="use_underline">False</property>
497
+ <property name="use_markup">False</property>
498
+ <property name="justify">GTK_JUSTIFY_CENTER</property>
499
+ <property name="wrap">True</property>
500
+ <property name="selectable">False</property>
501
+ <property name="xalign">0</property>
502
+ <property name="yalign">0.5</property>
503
+ <property name="xpad">0</property>
504
+ <property name="ypad">0</property>
505
+ </widget>
506
+ <packing>
507
+ <property name="left_attach">0</property>
508
+ <property name="right_attach">3</property>
509
+ <property name="top_attach">1</property>
510
+ <property name="bottom_attach">2</property>
511
+ <property name="x_options">fill</property>
512
+ <property name="y_options"></property>
513
+ </packing>
514
+ </child>
515
+
516
+ <child>
517
+ <widget class="GtkEntry" id="notice">
518
+ <property name="visible">True</property>
519
+ <property name="tooltip" translatable="yes">Notice from server</property>
520
+ <property name="can_focus">True</property>
521
+ <property name="editable">True</property>
522
+ <property name="visibility">True</property>
523
+ <property name="max_length">0</property>
524
+ <property name="text" translatable="yes"></property>
525
+ <property name="has_frame">True</property>
526
+ <property name="invisible_char">*</property>
527
+ <property name="activates_default">False</property>
528
+ </widget>
529
+ <packing>
530
+ <property name="left_attach">1</property>
531
+ <property name="right_attach">3</property>
532
+ <property name="top_attach">6</property>
533
+ <property name="bottom_attach">7</property>
534
+ <property name="x_options">fill</property>
535
+ <property name="y_options">fill</property>
536
+ </packing>
537
+ </child>
538
+
539
+ <child>
540
+ <widget class="GtkEntry" id="join">
541
+ <property name="visible">True</property>
542
+ <property name="tooltip" translatable="yes">Join event</property>
543
+ <property name="can_focus">True</property>
544
+ <property name="editable">True</property>
545
+ <property name="visibility">True</property>
546
+ <property name="max_length">0</property>
547
+ <property name="text" translatable="yes"></property>
548
+ <property name="has_frame">True</property>
549
+ <property name="invisible_char">*</property>
550
+ <property name="activates_default">False</property>
551
+ </widget>
552
+ <packing>
553
+ <property name="left_attach">1</property>
554
+ <property name="right_attach">3</property>
555
+ <property name="top_attach">8</property>
556
+ <property name="bottom_attach">9</property>
557
+ <property name="x_options">fill</property>
558
+ <property name="y_options">fill</property>
559
+ </packing>
560
+ </child>
561
+
562
+ <child>
563
+ <widget class="GtkEntry" id="part">
564
+ <property name="visible">True</property>
565
+ <property name="tooltip" translatable="yes">Part event</property>
566
+ <property name="can_focus">True</property>
567
+ <property name="editable">True</property>
568
+ <property name="visibility">True</property>
569
+ <property name="max_length">0</property>
570
+ <property name="text" translatable="yes"></property>
571
+ <property name="has_frame">True</property>
572
+ <property name="invisible_char">*</property>
573
+ <property name="activates_default">False</property>
574
+ </widget>
575
+ <packing>
576
+ <property name="left_attach">1</property>
577
+ <property name="right_attach">3</property>
578
+ <property name="top_attach">10</property>
579
+ <property name="bottom_attach">11</property>
580
+ <property name="x_options">fill</property>
581
+ <property name="y_options">fill</property>
582
+ </packing>
583
+ </child>
584
+
585
+ <child>
586
+ <widget class="GtkLabel" id="label31">
587
+ <property name="visible">True</property>
588
+ <property name="label" translatable="yes">Topic Changed</property>
589
+ <property name="use_underline">False</property>
590
+ <property name="use_markup">False</property>
591
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
592
+ <property name="wrap">False</property>
593
+ <property name="selectable">False</property>
594
+ <property name="xalign">0</property>
595
+ <property name="yalign">0.5</property>
596
+ <property name="xpad">0</property>
597
+ <property name="ypad">0</property>
598
+ </widget>
599
+ <packing>
600
+ <property name="left_attach">0</property>
601
+ <property name="right_attach">1</property>
602
+ <property name="top_attach">14</property>
603
+ <property name="bottom_attach">15</property>
604
+ <property name="x_options">fill</property>
605
+ <property name="y_options"></property>
606
+ </packing>
607
+ </child>
608
+
609
+ <child>
610
+ <widget class="GtkLabel" id="label32">
611
+ <property name="visible">True</property>
612
+ <property name="label" translatable="yes">Topic</property>
613
+ <property name="use_underline">False</property>
614
+ <property name="use_markup">False</property>
615
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
616
+ <property name="wrap">False</property>
617
+ <property name="selectable">False</property>
618
+ <property name="xalign">0</property>
619
+ <property name="yalign">0.5</property>
620
+ <property name="xpad">0</property>
621
+ <property name="ypad">0</property>
622
+ </widget>
623
+ <packing>
624
+ <property name="left_attach">0</property>
625
+ <property name="right_attach">1</property>
626
+ <property name="top_attach">15</property>
627
+ <property name="bottom_attach">16</property>
628
+ <property name="x_options">fill</property>
629
+ <property name="y_options"></property>
630
+ </packing>
631
+ </child>
632
+
633
+ <child>
634
+ <widget class="GtkLabel" id="label33">
635
+ <property name="visible">True</property>
636
+ <property name="label" translatable="yes">Topic Set By</property>
637
+ <property name="use_underline">False</property>
638
+ <property name="use_markup">False</property>
639
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
640
+ <property name="wrap">False</property>
641
+ <property name="selectable">False</property>
642
+ <property name="xalign">0</property>
643
+ <property name="yalign">0.5</property>
644
+ <property name="xpad">0</property>
645
+ <property name="ypad">0</property>
646
+ </widget>
647
+ <packing>
648
+ <property name="left_attach">0</property>
649
+ <property name="right_attach">1</property>
650
+ <property name="top_attach">16</property>
651
+ <property name="bottom_attach">17</property>
652
+ <property name="x_options">fill</property>
653
+ <property name="y_options"></property>
654
+ </packing>
655
+ </child>
656
+
657
+ <child>
658
+ <widget class="GtkEntry" id="error">
659
+ <property name="visible">True</property>
660
+ <property name="tooltip" translatable="yes">Error</property>
661
+ <property name="can_focus">True</property>
662
+ <property name="editable">True</property>
663
+ <property name="visibility">True</property>
664
+ <property name="max_length">0</property>
665
+ <property name="text" translatable="yes"></property>
666
+ <property name="has_frame">True</property>
667
+ <property name="invisible_char">*</property>
668
+ <property name="activates_default">False</property>
669
+ </widget>
670
+ <packing>
671
+ <property name="left_attach">1</property>
672
+ <property name="right_attach">3</property>
673
+ <property name="top_attach">7</property>
674
+ <property name="bottom_attach">8</property>
675
+ <property name="x_options">fill</property>
676
+ <property name="y_options"></property>
677
+ </packing>
678
+ </child>
679
+
680
+ <child>
681
+ <widget class="GtkEntry" id="userpart">
682
+ <property name="visible">True</property>
683
+ <property name="tooltip" translatable="yes">Event when you join</property>
684
+ <property name="can_focus">True</property>
685
+ <property name="editable">True</property>
686
+ <property name="visibility">True</property>
687
+ <property name="max_length">0</property>
688
+ <property name="text" translatable="yes"></property>
689
+ <property name="has_frame">True</property>
690
+ <property name="invisible_char">*</property>
691
+ <property name="activates_default">False</property>
692
+ </widget>
693
+ <packing>
694
+ <property name="left_attach">1</property>
695
+ <property name="right_attach">3</property>
696
+ <property name="top_attach">9</property>
697
+ <property name="bottom_attach">10</property>
698
+ <property name="x_options">fill</property>
699
+ <property name="y_options"></property>
700
+ </packing>
701
+ </child>
702
+
703
+ <child>
704
+ <widget class="GtkEntry" id="userjoin">
705
+ <property name="visible">True</property>
706
+ <property name="tooltip" translatable="yes">Event when you part</property>
707
+ <property name="can_focus">True</property>
708
+ <property name="editable">True</property>
709
+ <property name="visibility">True</property>
710
+ <property name="max_length">0</property>
711
+ <property name="text" translatable="yes"></property>
712
+ <property name="has_frame">True</property>
713
+ <property name="invisible_char">*</property>
714
+ <property name="activates_default">False</property>
715
+ </widget>
716
+ <packing>
717
+ <property name="left_attach">1</property>
718
+ <property name="right_attach">3</property>
719
+ <property name="top_attach">11</property>
720
+ <property name="bottom_attach">12</property>
721
+ <property name="x_options">fill</property>
722
+ <property name="y_options"></property>
723
+ </packing>
724
+ </child>
725
+
726
+ <child>
727
+ <widget class="GtkEntry" id="whois">
728
+ <property name="visible">True</property>
729
+ <property name="tooltip" translatable="yes">/whois event</property>
730
+ <property name="can_focus">True</property>
731
+ <property name="editable">True</property>
732
+ <property name="visibility">True</property>
733
+ <property name="max_length">0</property>
734
+ <property name="text" translatable="yes"></property>
735
+ <property name="has_frame">True</property>
736
+ <property name="invisible_char">*</property>
737
+ <property name="activates_default">False</property>
738
+ </widget>
739
+ <packing>
740
+ <property name="left_attach">1</property>
741
+ <property name="right_attach">3</property>
742
+ <property name="top_attach">13</property>
743
+ <property name="bottom_attach">14</property>
744
+ <property name="x_options">fill</property>
745
+ <property name="y_options"></property>
746
+ </packing>
747
+ </child>
748
+
749
+ <child>
750
+ <widget class="GtkEntry" id="topic_change">
751
+ <property name="visible">True</property>
752
+ <property name="tooltip" translatable="yes">The event sent on a topic change</property>
753
+ <property name="can_focus">True</property>
754
+ <property name="editable">True</property>
755
+ <property name="visibility">True</property>
756
+ <property name="max_length">0</property>
757
+ <property name="text" translatable="yes"></property>
758
+ <property name="has_frame">True</property>
759
+ <property name="invisible_char">*</property>
760
+ <property name="activates_default">False</property>
761
+ </widget>
762
+ <packing>
763
+ <property name="left_attach">1</property>
764
+ <property name="right_attach">3</property>
765
+ <property name="top_attach">14</property>
766
+ <property name="bottom_attach">15</property>
767
+ <property name="x_options">fill</property>
768
+ <property name="y_options"></property>
769
+ </packing>
770
+ </child>
771
+
772
+ <child>
773
+ <widget class="GtkEntry" id="topic">
774
+ <property name="visible">True</property>
775
+ <property name="tooltip" translatable="yes">The first topic event sent on joining a channel, includes the channel name and the topic</property>
776
+ <property name="can_focus">True</property>
777
+ <property name="editable">True</property>
778
+ <property name="visibility">True</property>
779
+ <property name="max_length">0</property>
780
+ <property name="text" translatable="yes"></property>
781
+ <property name="has_frame">True</property>
782
+ <property name="invisible_char">*</property>
783
+ <property name="activates_default">False</property>
784
+ </widget>
785
+ <packing>
786
+ <property name="left_attach">1</property>
787
+ <property name="right_attach">3</property>
788
+ <property name="top_attach">15</property>
789
+ <property name="bottom_attach">16</property>
790
+ <property name="x_options">fill</property>
791
+ <property name="y_options"></property>
792
+ </packing>
793
+ </child>
794
+
795
+ <child>
796
+ <widget class="GtkEntry" id="topic_setby">
797
+ <property name="visible">True</property>
798
+ <property name="tooltip" translatable="yes">The second topic event sent on joining a channel, included who set the topic and when</property>
799
+ <property name="can_focus">True</property>
800
+ <property name="editable">True</property>
801
+ <property name="visibility">True</property>
802
+ <property name="max_length">0</property>
803
+ <property name="text" translatable="yes"></property>
804
+ <property name="has_frame">True</property>
805
+ <property name="invisible_char">*</property>
806
+ <property name="activates_default">False</property>
807
+ </widget>
808
+ <packing>
809
+ <property name="left_attach">1</property>
810
+ <property name="right_attach">3</property>
811
+ <property name="top_attach">16</property>
812
+ <property name="bottom_attach">17</property>
813
+ <property name="x_options">fill</property>
814
+ <property name="y_options"></property>
815
+ </packing>
816
+ </child>
817
+
818
+ <child>
819
+ <widget class="GtkLabel" id="label34">
820
+ <property name="visible">True</property>
821
+ <property name="label" translatable="yes">Mode Added</property>
822
+ <property name="use_underline">False</property>
823
+ <property name="use_markup">False</property>
824
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
825
+ <property name="wrap">False</property>
826
+ <property name="selectable">False</property>
827
+ <property name="xalign">0</property>
828
+ <property name="yalign">0.5</property>
829
+ <property name="xpad">0</property>
830
+ <property name="ypad">0</property>
831
+ </widget>
832
+ <packing>
833
+ <property name="left_attach">0</property>
834
+ <property name="right_attach">1</property>
835
+ <property name="top_attach">17</property>
836
+ <property name="bottom_attach">18</property>
837
+ <property name="x_options">fill</property>
838
+ <property name="y_options"></property>
839
+ </packing>
840
+ </child>
841
+
842
+ <child>
843
+ <widget class="GtkLabel" id="label35">
844
+ <property name="visible">True</property>
845
+ <property name="label" translatable="yes">Mode Removed</property>
846
+ <property name="use_underline">False</property>
847
+ <property name="use_markup">False</property>
848
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
849
+ <property name="wrap">False</property>
850
+ <property name="selectable">False</property>
851
+ <property name="xalign">0</property>
852
+ <property name="yalign">0.5</property>
853
+ <property name="xpad">0</property>
854
+ <property name="ypad">0</property>
855
+ </widget>
856
+ <packing>
857
+ <property name="left_attach">0</property>
858
+ <property name="right_attach">1</property>
859
+ <property name="top_attach">18</property>
860
+ <property name="bottom_attach">19</property>
861
+ <property name="x_options">fill</property>
862
+ <property name="y_options"></property>
863
+ </packing>
864
+ </child>
865
+
866
+ <child>
867
+ <widget class="GtkEntry" id="remove_mode">
868
+ <property name="visible">True</property>
869
+ <property name="tooltip" translatable="yes">When the user looses a mode.</property>
870
+ <property name="can_focus">True</property>
871
+ <property name="editable">True</property>
872
+ <property name="visibility">True</property>
873
+ <property name="max_length">0</property>
874
+ <property name="text" translatable="yes"></property>
875
+ <property name="has_frame">True</property>
876
+ <property name="invisible_char">*</property>
877
+ <property name="activates_default">False</property>
878
+ </widget>
879
+ <packing>
880
+ <property name="left_attach">1</property>
881
+ <property name="right_attach">3</property>
882
+ <property name="top_attach">18</property>
883
+ <property name="bottom_attach">19</property>
884
+ <property name="x_options">fill</property>
885
+ <property name="y_options"></property>
886
+ </packing>
887
+ </child>
888
+
889
+ <child>
890
+ <widget class="GtkEntry" id="add_mode">
891
+ <property name="visible">True</property>
892
+ <property name="tooltip" translatable="yes">When a user is given a mode.</property>
893
+ <property name="can_focus">True</property>
894
+ <property name="editable">True</property>
895
+ <property name="visibility">True</property>
896
+ <property name="max_length">0</property>
897
+ <property name="text" translatable="yes"></property>
898
+ <property name="has_frame">True</property>
899
+ <property name="invisible_char">*</property>
900
+ <property name="activates_default">False</property>
901
+ </widget>
902
+ <packing>
903
+ <property name="left_attach">1</property>
904
+ <property name="right_attach">3</property>
905
+ <property name="top_attach">17</property>
906
+ <property name="bottom_attach">18</property>
907
+ <property name="x_options">fill</property>
908
+ <property name="y_options"></property>
909
+ </packing>
910
+ </child>
911
+
912
+ <child>
913
+ <widget class="GtkLabel" id="label36">
914
+ <property name="visible">True</property>
915
+ <property name="label" translatable="yes">Action</property>
916
+ <property name="use_underline">False</property>
917
+ <property name="use_markup">False</property>
918
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
919
+ <property name="wrap">False</property>
920
+ <property name="selectable">False</property>
921
+ <property name="xalign">0</property>
922
+ <property name="yalign">0.5</property>
923
+ <property name="xpad">0</property>
924
+ <property name="ypad">0</property>
925
+ </widget>
926
+ <packing>
927
+ <property name="left_attach">0</property>
928
+ <property name="right_attach">1</property>
929
+ <property name="top_attach">12</property>
930
+ <property name="bottom_attach">13</property>
931
+ <property name="x_options">fill</property>
932
+ <property name="y_options"></property>
933
+ </packing>
934
+ </child>
935
+
936
+ <child>
937
+ <widget class="GtkEntry" id="action">
938
+ <property name="visible">True</property>
939
+ <property name="tooltip" translatable="yes">/me action event</property>
940
+ <property name="can_focus">True</property>
941
+ <property name="editable">True</property>
942
+ <property name="visibility">True</property>
943
+ <property name="max_length">0</property>
944
+ <property name="text" translatable="yes"></property>
945
+ <property name="has_frame">True</property>
946
+ <property name="invisible_char">*</property>
947
+ <property name="activates_default">False</property>
948
+ </widget>
949
+ <packing>
950
+ <property name="left_attach">1</property>
951
+ <property name="right_attach">3</property>
952
+ <property name="top_attach">12</property>
953
+ <property name="bottom_attach">13</property>
954
+ <property name="x_options">fill</property>
955
+ <property name="y_options"></property>
956
+ </packing>
957
+ </child>
958
+
959
+ <child>
960
+ <widget class="GtkLabel" id="label37">
961
+ <property name="visible">True</property>
962
+ <property name="label" translatable="yes">Nick Change</property>
963
+ <property name="use_underline">False</property>
964
+ <property name="use_markup">False</property>
965
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
966
+ <property name="wrap">False</property>
967
+ <property name="selectable">False</property>
968
+ <property name="xalign">0</property>
969
+ <property name="yalign">0.5</property>
970
+ <property name="xpad">0</property>
971
+ <property name="ypad">0</property>
972
+ </widget>
973
+ <packing>
974
+ <property name="left_attach">0</property>
975
+ <property name="right_attach">1</property>
976
+ <property name="top_attach">19</property>
977
+ <property name="bottom_attach">20</property>
978
+ <property name="x_options">fill</property>
979
+ <property name="y_options"></property>
980
+ </packing>
981
+ </child>
982
+
983
+ <child>
984
+ <widget class="GtkLabel" id="label38">
985
+ <property name="visible">True</property>
986
+ <property name="label" translatable="yes">User Nick Change</property>
987
+ <property name="use_underline">False</property>
988
+ <property name="use_markup">False</property>
989
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
990
+ <property name="wrap">False</property>
991
+ <property name="selectable">False</property>
992
+ <property name="xalign">0</property>
993
+ <property name="yalign">0.5</property>
994
+ <property name="xpad">0</property>
995
+ <property name="ypad">0</property>
996
+ </widget>
997
+ <packing>
998
+ <property name="left_attach">0</property>
999
+ <property name="right_attach">1</property>
1000
+ <property name="top_attach">20</property>
1001
+ <property name="bottom_attach">21</property>
1002
+ <property name="x_options">fill</property>
1003
+ <property name="y_options"></property>
1004
+ </packing>
1005
+ </child>
1006
+
1007
+ <child>
1008
+ <widget class="GtkEntry" id="nickchange">
1009
+ <property name="visible">True</property>
1010
+ <property name="can_focus">True</property>
1011
+ <property name="editable">True</property>
1012
+ <property name="visibility">True</property>
1013
+ <property name="max_length">0</property>
1014
+ <property name="text" translatable="yes"></property>
1015
+ <property name="has_frame">True</property>
1016
+ <property name="invisible_char">*</property>
1017
+ <property name="activates_default">False</property>
1018
+ </widget>
1019
+ <packing>
1020
+ <property name="left_attach">1</property>
1021
+ <property name="right_attach">3</property>
1022
+ <property name="top_attach">19</property>
1023
+ <property name="bottom_attach">20</property>
1024
+ <property name="x_options">fill</property>
1025
+ <property name="y_options"></property>
1026
+ </packing>
1027
+ </child>
1028
+
1029
+ <child>
1030
+ <widget class="GtkEntry" id="usernickchange">
1031
+ <property name="visible">True</property>
1032
+ <property name="can_focus">True</property>
1033
+ <property name="editable">True</property>
1034
+ <property name="visibility">True</property>
1035
+ <property name="max_length">0</property>
1036
+ <property name="text" translatable="yes"></property>
1037
+ <property name="has_frame">True</property>
1038
+ <property name="invisible_char">*</property>
1039
+ <property name="activates_default">False</property>
1040
+ </widget>
1041
+ <packing>
1042
+ <property name="left_attach">1</property>
1043
+ <property name="right_attach">3</property>
1044
+ <property name="top_attach">20</property>
1045
+ <property name="bottom_attach">21</property>
1046
+ <property name="x_options">fill</property>
1047
+ <property name="y_options"></property>
1048
+ </packing>
1049
+ </child>
1050
+
1051
+ <child>
1052
+ <widget class="GtkCheckButton" id="show_usermode">
1053
+ <property name="visible">True</property>
1054
+ <property name="can_focus">True</property>
1055
+ <property name="label" translatable="yes">Show Mode</property>
1056
+ <property name="use_underline">True</property>
1057
+ <property name="relief">GTK_RELIEF_NORMAL</property>
1058
+ <property name="focus_on_click">True</property>
1059
+ <property name="active">False</property>
1060
+ <property name="inconsistent">False</property>
1061
+ <property name="draw_indicator">True</property>
1062
+ <signal name="toggled" handler="tickbox_changed" last_modification_time="Fri, 30 Sep 2005 22:16:08 GMT"/>
1063
+ </widget>
1064
+ <packing>
1065
+ <property name="left_attach">1</property>
1066
+ <property name="right_attach">2</property>
1067
+ <property name="top_attach">2</property>
1068
+ <property name="bottom_attach">3</property>
1069
+ <property name="x_options">fill</property>
1070
+ <property name="y_options"></property>
1071
+ </packing>
1072
+ </child>
1073
+
1074
+ <child>
1075
+ <widget class="GtkCheckButton" id="pad_usermode">
1076
+ <property name="visible">True</property>
1077
+ <property name="can_focus">True</property>
1078
+ <property name="label" translatable="yes">Pad others</property>
1079
+ <property name="use_underline">True</property>
1080
+ <property name="relief">GTK_RELIEF_NORMAL</property>
1081
+ <property name="focus_on_click">True</property>
1082
+ <property name="active">False</property>
1083
+ <property name="inconsistent">False</property>
1084
+ <property name="draw_indicator">True</property>
1085
+ <signal name="toggled" handler="tickbox_changed" last_modification_time="Fri, 30 Sep 2005 22:16:21 GMT"/>
1086
+ </widget>
1087
+ <packing>
1088
+ <property name="left_attach">2</property>
1089
+ <property name="right_attach">3</property>
1090
+ <property name="top_attach">2</property>
1091
+ <property name="bottom_attach">3</property>
1092
+ <property name="x_options">fill</property>
1093
+ <property name="y_options"></property>
1094
+ </packing>
1095
+ </child>
1096
+
1097
+ <child>
1098
+ <widget class="GtkLabel" id="label40">
1099
+ <property name="visible">True</property>
1100
+ <property name="label" translatable="yes">Usernames</property>
1101
+ <property name="use_underline">False</property>
1102
+ <property name="use_markup">False</property>
1103
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1104
+ <property name="wrap">False</property>
1105
+ <property name="selectable">False</property>
1106
+ <property name="xalign">0</property>
1107
+ <property name="yalign">0.5</property>
1108
+ <property name="xpad">0</property>
1109
+ <property name="ypad">0</property>
1110
+ </widget>
1111
+ <packing>
1112
+ <property name="left_attach">0</property>
1113
+ <property name="right_attach">1</property>
1114
+ <property name="top_attach">2</property>
1115
+ <property name="bottom_attach">3</property>
1116
+ <property name="x_options">fill</property>
1117
+ <property name="y_options"></property>
1118
+ </packing>
1119
+ </child>
1120
+
1121
+ <child>
1122
+ <widget class="GtkEntry" id="message">
1123
+ <property name="visible">True</property>
1124
+ <property name="tooltip" translatable="yes">Message From another user</property>
1125
+ <property name="can_focus">True</property>
1126
+ <property name="editable">True</property>
1127
+ <property name="visibility">True</property>
1128
+ <property name="max_length">0</property>
1129
+ <property name="text" translatable="yes"></property>
1130
+ <property name="has_frame">True</property>
1131
+ <property name="invisible_char">*</property>
1132
+ <property name="activates_default">False</property>
1133
+ </widget>
1134
+ <packing>
1135
+ <property name="left_attach">2</property>
1136
+ <property name="right_attach">3</property>
1137
+ <property name="top_attach">4</property>
1138
+ <property name="bottom_attach">5</property>
1139
+ <property name="x_options">fill</property>
1140
+ <property name="y_options"></property>
1141
+ </packing>
1142
+ </child>
1143
+
1144
+ <child>
1145
+ <widget class="GtkEntry" id="usermessage">
1146
+ <property name="visible">True</property>
1147
+ <property name="tooltip" translatable="yes">Message from yourself</property>
1148
+ <property name="can_focus">True</property>
1149
+ <property name="editable">True</property>
1150
+ <property name="visibility">True</property>
1151
+ <property name="max_length">0</property>
1152
+ <property name="text" translatable="yes"></property>
1153
+ <property name="has_frame">True</property>
1154
+ <property name="invisible_char">*</property>
1155
+ <property name="activates_default">False</property>
1156
+ </widget>
1157
+ <packing>
1158
+ <property name="left_attach">2</property>
1159
+ <property name="right_attach">3</property>
1160
+ <property name="top_attach">5</property>
1161
+ <property name="bottom_attach">6</property>
1162
+ <property name="x_options">fill</property>
1163
+ <property name="y_options"></property>
1164
+ </packing>
1165
+ </child>
1166
+
1167
+ <child>
1168
+ <widget class="GtkEntry" id="otherusernameformat">
1169
+ <property name="visible">True</property>
1170
+ <property name="tooltip" translatable="yes">Username Format</property>
1171
+ <property name="can_focus">True</property>
1172
+ <property name="editable">True</property>
1173
+ <property name="visibility">True</property>
1174
+ <property name="max_length">0</property>
1175
+ <property name="text" translatable="yes"></property>
1176
+ <property name="has_frame">True</property>
1177
+ <property name="invisible_char">*</property>
1178
+ <property name="activates_default">False</property>
1179
+ <property name="width_chars">10</property>
1180
+ </widget>
1181
+ <packing>
1182
+ <property name="left_attach">1</property>
1183
+ <property name="right_attach">2</property>
1184
+ <property name="top_attach">4</property>
1185
+ <property name="bottom_attach">5</property>
1186
+ <property name="x_options">fill</property>
1187
+ <property name="y_options">fill</property>
1188
+ </packing>
1189
+ </child>
1190
+
1191
+ <child>
1192
+ <widget class="GtkEntry" id="usernameformat">
1193
+ <property name="visible">True</property>
1194
+ <property name="tooltip" translatable="yes">Username format</property>
1195
+ <property name="can_focus">True</property>
1196
+ <property name="editable">True</property>
1197
+ <property name="visibility">True</property>
1198
+ <property name="max_length">0</property>
1199
+ <property name="text" translatable="yes"></property>
1200
+ <property name="has_frame">True</property>
1201
+ <property name="invisible_char">*</property>
1202
+ <property name="activates_default">False</property>
1203
+ <property name="width_chars">10</property>
1204
+ </widget>
1205
+ <packing>
1206
+ <property name="left_attach">1</property>
1207
+ <property name="right_attach">2</property>
1208
+ <property name="top_attach">5</property>
1209
+ <property name="bottom_attach">6</property>
1210
+ <property name="x_options">fill</property>
1211
+ <property name="y_options">fill</property>
1212
+ </packing>
1213
+ </child>
1214
+
1215
+ <child>
1216
+ <widget class="GtkEntry" id="timestamp">
1217
+ <property name="visible">True</property>
1218
+ <property name="tooltip" translatable="yes">See strftime man page for details</property>
1219
+ <property name="can_focus">True</property>
1220
+ <property name="editable">True</property>
1221
+ <property name="visibility">True</property>
1222
+ <property name="max_length">0</property>
1223
+ <property name="text" translatable="yes"></property>
1224
+ <property name="has_frame">True</property>
1225
+ <property name="invisible_char">*</property>
1226
+ <property name="activates_default">False</property>
1227
+ <property name="width_chars">10</property>
1228
+ </widget>
1229
+ <packing>
1230
+ <property name="left_attach">1</property>
1231
+ <property name="right_attach">2</property>
1232
+ <property name="top_attach">3</property>
1233
+ <property name="bottom_attach">4</property>
1234
+ <property name="x_options">fill</property>
1235
+ <property name="y_options">fill</property>
1236
+ </packing>
1237
+ </child>
1238
+ </widget>
1239
+ </child>
1240
+ </widget>
1241
+ </child>
1242
+ </widget>
1243
+ <packing>
1244
+ <property name="padding">0</property>
1245
+ <property name="expand">True</property>
1246
+ <property name="fill">True</property>
1247
+ </packing>
1248
+ </child>
1249
+ </widget>
1250
+ <packing>
1251
+ <property name="shrink">True</property>
1252
+ <property name="resize">True</property>
1253
+ </packing>
1254
+ </child>
1255
+ </widget>
1256
+ </child>
1257
+ </widget>
1258
+
1259
+ <widget class="GtkWindow" id="temp1">
1260
+ <property name="visible">True</property>
1261
+ <property name="title" translatable="yes"></property>
1262
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
1263
+ <property name="window_position">GTK_WIN_POS_NONE</property>
1264
+ <property name="modal">False</property>
1265
+ <property name="resizable">True</property>
1266
+ <property name="destroy_with_parent">False</property>
1267
+ <property name="decorated">True</property>
1268
+ <property name="skip_taskbar_hint">False</property>
1269
+ <property name="skip_pager_hint">False</property>
1270
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1271
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1272
+
1273
+ <child>
1274
+ <widget class="GtkTable" id="colorconfig">
1275
+ <property name="border_width">5</property>
1276
+ <property name="visible">True</property>
1277
+ <property name="n_rows">13</property>
1278
+ <property name="n_columns">9</property>
1279
+ <property name="homogeneous">False</property>
1280
+ <property name="row_spacing">2</property>
1281
+ <property name="column_spacing">2</property>
1282
+
1283
+ <child>
1284
+ <widget class="GtkLabel" id="label11">
1285
+ <property name="visible">True</property>
1286
+ <property name="label" translatable="yes">Colors:</property>
1287
+ <property name="use_underline">False</property>
1288
+ <property name="use_markup">False</property>
1289
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
1290
+ <property name="wrap">False</property>
1291
+ <property name="selectable">False</property>
1292
+ <property name="xalign">0</property>
1293
+ <property name="yalign">0.5</property>
1294
+ <property name="xpad">0</property>
1295
+ <property name="ypad">0</property>
1296
+ </widget>
1297
+ <packing>
1298
+ <property name="left_attach">0</property>
1299
+ <property name="right_attach">1</property>
1300
+ <property name="top_attach">1</property>
1301
+ <property name="bottom_attach">2</property>
1302
+ <property name="x_options"></property>
1303
+ <property name="y_options"></property>
1304
+ </packing>
1305
+ </child>
1306
+
1307
+ <child>
1308
+ <widget class="GtkLabel" id="label12">
1309
+ <property name="visible">True</property>
1310
+ <property name="label" translatable="yes">Foreground:</property>
1311
+ <property name="use_underline">False</property>
1312
+ <property name="use_markup">False</property>
1313
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
1314
+ <property name="wrap">False</property>
1315
+ <property name="selectable">False</property>
1316
+ <property name="xalign">0</property>
1317
+ <property name="yalign">0.5</property>
1318
+ <property name="xpad">0</property>
1319
+ <property name="ypad">0</property>
1320
+ </widget>
1321
+ <packing>
1322
+ <property name="left_attach">0</property>
1323
+ <property name="right_attach">1</property>
1324
+ <property name="top_attach">4</property>
1325
+ <property name="bottom_attach">5</property>
1326
+ <property name="x_options"></property>
1327
+ <property name="y_options"></property>
1328
+ </packing>
1329
+ </child>
1330
+
1331
+ <child>
1332
+ <widget class="GtkLabel" id="label16">
1333
+ <property name="visible">True</property>
1334
+ <property name="label" translatable="yes">Action color:</property>
1335
+ <property name="use_underline">False</property>
1336
+ <property name="use_markup">False</property>
1337
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1338
+ <property name="wrap">False</property>
1339
+ <property name="selectable">False</property>
1340
+ <property name="xalign">0</property>
1341
+ <property name="yalign">0.5</property>
1342
+ <property name="xpad">0</property>
1343
+ <property name="ypad">0</property>
1344
+ </widget>
1345
+ <packing>
1346
+ <property name="left_attach">0</property>
1347
+ <property name="right_attach">1</property>
1348
+ <property name="top_attach">5</property>
1349
+ <property name="bottom_attach">6</property>
1350
+ <property name="x_options">fill</property>
1351
+ <property name="y_options"></property>
1352
+ </packing>
1353
+ </child>
1354
+
1355
+ <child>
1356
+ <widget class="GtkLabel" id="label17">
1357
+ <property name="visible">True</property>
1358
+ <property name="label" translatable="yes">Foreground:</property>
1359
+ <property name="use_underline">False</property>
1360
+ <property name="use_markup">False</property>
1361
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
1362
+ <property name="wrap">False</property>
1363
+ <property name="selectable">False</property>
1364
+ <property name="xalign">0</property>
1365
+ <property name="yalign">0.5</property>
1366
+ <property name="xpad">0</property>
1367
+ <property name="ypad">0</property>
1368
+ </widget>
1369
+ <packing>
1370
+ <property name="left_attach">0</property>
1371
+ <property name="right_attach">1</property>
1372
+ <property name="top_attach">7</property>
1373
+ <property name="bottom_attach">8</property>
1374
+ <property name="x_options"></property>
1375
+ <property name="y_options"></property>
1376
+ </packing>
1377
+ </child>
1378
+
1379
+ <child>
1380
+ <widget class="GtkLabel" id="label19">
1381
+ <property name="visible">True</property>
1382
+ <property name="label" translatable="yes">Background:</property>
1383
+ <property name="use_underline">False</property>
1384
+ <property name="use_markup">False</property>
1385
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
1386
+ <property name="wrap">False</property>
1387
+ <property name="selectable">False</property>
1388
+ <property name="xalign">0</property>
1389
+ <property name="yalign">0.5</property>
1390
+ <property name="xpad">0</property>
1391
+ <property name="ypad">0</property>
1392
+ </widget>
1393
+ <packing>
1394
+ <property name="left_attach">3</property>
1395
+ <property name="right_attach">8</property>
1396
+ <property name="top_attach">7</property>
1397
+ <property name="bottom_attach">8</property>
1398
+ <property name="x_options"></property>
1399
+ <property name="y_options"></property>
1400
+ </packing>
1401
+ </child>
1402
+
1403
+ <child>
1404
+ <widget class="GtkLabel" id="label15">
1405
+ <property name="visible">True</property>
1406
+ <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;Selected Text&lt;/span&gt;</property>
1407
+ <property name="use_underline">False</property>
1408
+ <property name="use_markup">True</property>
1409
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1410
+ <property name="wrap">False</property>
1411
+ <property name="selectable">False</property>
1412
+ <property name="xalign">0</property>
1413
+ <property name="yalign">0.5</property>
1414
+ <property name="xpad">0</property>
1415
+ <property name="ypad">0</property>
1416
+ </widget>
1417
+ <packing>
1418
+ <property name="left_attach">0</property>
1419
+ <property name="right_attach">2</property>
1420
+ <property name="top_attach">6</property>
1421
+ <property name="bottom_attach">7</property>
1422
+ <property name="y_padding">5</property>
1423
+ <property name="x_options">fill</property>
1424
+ <property name="y_options"></property>
1425
+ </packing>
1426
+ </child>
1427
+
1428
+ <child>
1429
+ <widget class="GtkLabel" id="label20">
1430
+ <property name="visible">True</property>
1431
+ <property name="label" translatable="yes"></property>
1432
+ <property name="use_underline">False</property>
1433
+ <property name="use_markup">False</property>
1434
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1435
+ <property name="wrap">False</property>
1436
+ <property name="selectable">False</property>
1437
+ <property name="xalign">0</property>
1438
+ <property name="yalign">0.5</property>
1439
+ <property name="xpad">0</property>
1440
+ <property name="ypad">0</property>
1441
+ </widget>
1442
+ <packing>
1443
+ <property name="left_attach">0</property>
1444
+ <property name="right_attach">1</property>
1445
+ <property name="top_attach">8</property>
1446
+ <property name="bottom_attach">9</property>
1447
+ <property name="x_options">fill</property>
1448
+ <property name="y_options"></property>
1449
+ </packing>
1450
+ </child>
1451
+
1452
+ <child>
1453
+ <widget class="GtkLabel" id="label21">
1454
+ <property name="visible">True</property>
1455
+ <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;Tab Colors&lt;/span&gt;</property>
1456
+ <property name="use_underline">False</property>
1457
+ <property name="use_markup">True</property>
1458
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1459
+ <property name="wrap">False</property>
1460
+ <property name="selectable">False</property>
1461
+ <property name="xalign">0</property>
1462
+ <property name="yalign">0.5</property>
1463
+ <property name="xpad">0</property>
1464
+ <property name="ypad">0</property>
1465
+ </widget>
1466
+ <packing>
1467
+ <property name="left_attach">0</property>
1468
+ <property name="right_attach">2</property>
1469
+ <property name="top_attach">9</property>
1470
+ <property name="bottom_attach">10</property>
1471
+ <property name="x_options">fill</property>
1472
+ <property name="y_options"></property>
1473
+ </packing>
1474
+ </child>
1475
+
1476
+ <child>
1477
+ <widget class="GtkLabel" id="label24">
1478
+ <property name="visible">True</property>
1479
+ <property name="label" translatable="yes">Highlight:</property>
1480
+ <property name="use_underline">False</property>
1481
+ <property name="use_markup">False</property>
1482
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1483
+ <property name="wrap">False</property>
1484
+ <property name="selectable">False</property>
1485
+ <property name="xalign">0</property>
1486
+ <property name="yalign">0.5</property>
1487
+ <property name="xpad">0</property>
1488
+ <property name="ypad">0</property>
1489
+ </widget>
1490
+ <packing>
1491
+ <property name="left_attach">0</property>
1492
+ <property name="right_attach">1</property>
1493
+ <property name="top_attach">12</property>
1494
+ <property name="bottom_attach">13</property>
1495
+ <property name="x_options"></property>
1496
+ <property name="y_options"></property>
1497
+ </packing>
1498
+ </child>
1499
+
1500
+ <child>
1501
+ <widget class="GtkLabel" id="label23">
1502
+ <property name="visible">True</property>
1503
+ <property name="label" translatable="yes">New Message:</property>
1504
+ <property name="use_underline">False</property>
1505
+ <property name="use_markup">False</property>
1506
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1507
+ <property name="wrap">False</property>
1508
+ <property name="selectable">False</property>
1509
+ <property name="xalign">0</property>
1510
+ <property name="yalign">0.5</property>
1511
+ <property name="xpad">0</property>
1512
+ <property name="ypad">0</property>
1513
+ </widget>
1514
+ <packing>
1515
+ <property name="left_attach">0</property>
1516
+ <property name="right_attach">1</property>
1517
+ <property name="top_attach">11</property>
1518
+ <property name="bottom_attach">12</property>
1519
+ <property name="x_options"></property>
1520
+ <property name="y_options"></property>
1521
+ </packing>
1522
+ </child>
1523
+
1524
+ <child>
1525
+ <widget class="GtkLabel" id="label22">
1526
+ <property name="visible">True</property>
1527
+ <property name="label" translatable="yes">New Event:</property>
1528
+ <property name="use_underline">False</property>
1529
+ <property name="use_markup">False</property>
1530
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1531
+ <property name="wrap">False</property>
1532
+ <property name="selectable">False</property>
1533
+ <property name="xalign">0</property>
1534
+ <property name="yalign">0.5</property>
1535
+ <property name="xpad">0</property>
1536
+ <property name="ypad">0</property>
1537
+ </widget>
1538
+ <packing>
1539
+ <property name="left_attach">0</property>
1540
+ <property name="right_attach">1</property>
1541
+ <property name="top_attach">10</property>
1542
+ <property name="bottom_attach">11</property>
1543
+ <property name="x_options"></property>
1544
+ <property name="y_options"></property>
1545
+ </packing>
1546
+ </child>
1547
+
1548
+ <child>
1549
+ <widget class="GtkLabel" id="label18">
1550
+ <property name="visible">True</property>
1551
+ <property name="label" translatable="yes">Background:
1552
+ (Even/odd)</property>
1553
+ <property name="use_underline">False</property>
1554
+ <property name="use_markup">False</property>
1555
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
1556
+ <property name="wrap">False</property>
1557
+ <property name="selectable">False</property>
1558
+ <property name="xalign">0</property>
1559
+ <property name="yalign">0.5</property>
1560
+ <property name="xpad">0</property>
1561
+ <property name="ypad">0</property>
1562
+ </widget>
1563
+ <packing>
1564
+ <property name="left_attach">3</property>
1565
+ <property name="right_attach">7</property>
1566
+ <property name="top_attach">4</property>
1567
+ <property name="bottom_attach">5</property>
1568
+ <property name="x_options"></property>
1569
+ <property name="y_options"></property>
1570
+ </packing>
1571
+ </child>
1572
+
1573
+ <child>
1574
+ <widget class="GtkLabel" id="label44">
1575
+ <property name="visible">True</property>
1576
+ <property name="label" translatable="yes">Last read line:</property>
1577
+ <property name="use_underline">False</property>
1578
+ <property name="use_markup">False</property>
1579
+ <property name="justify">GTK_JUSTIFY_RIGHT</property>
1580
+ <property name="wrap">False</property>
1581
+ <property name="selectable">False</property>
1582
+ <property name="xalign">0</property>
1583
+ <property name="yalign">0.5</property>
1584
+ <property name="xpad">0</property>
1585
+ <property name="ypad">0</property>
1586
+ </widget>
1587
+ <packing>
1588
+ <property name="left_attach">3</property>
1589
+ <property name="right_attach">8</property>
1590
+ <property name="top_attach">5</property>
1591
+ <property name="bottom_attach">6</property>
1592
+ <property name="x_options"></property>
1593
+ <property name="y_options"></property>
1594
+ </packing>
1595
+ </child>
1596
+
1597
+ <child>
1598
+ <widget class="GtkLabel" id="label14">
1599
+ <property name="visible">True</property>
1600
+ <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;Colors&lt;/span&gt;</property>
1601
+ <property name="use_underline">False</property>
1602
+ <property name="use_markup">True</property>
1603
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1604
+ <property name="wrap">False</property>
1605
+ <property name="selectable">False</property>
1606
+ <property name="xalign">0</property>
1607
+ <property name="yalign">0.5</property>
1608
+ <property name="xpad">0</property>
1609
+ <property name="ypad">0</property>
1610
+ </widget>
1611
+ <packing>
1612
+ <property name="left_attach">0</property>
1613
+ <property name="right_attach">2</property>
1614
+ <property name="top_attach">0</property>
1615
+ <property name="bottom_attach">1</property>
1616
+ <property name="x_options">fill</property>
1617
+ <property name="y_options"></property>
1618
+ </packing>
1619
+ </child>
1620
+
1621
+ <child>
1622
+ <widget class="GtkLabel" id="label45">
1623
+ <property name="visible">True</property>
1624
+ <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;View Colors&lt;/span&gt;</property>
1625
+ <property name="use_underline">False</property>
1626
+ <property name="use_markup">True</property>
1627
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
1628
+ <property name="wrap">False</property>
1629
+ <property name="selectable">False</property>
1630
+ <property name="xalign">0</property>
1631
+ <property name="yalign">0.5</property>
1632
+ <property name="xpad">0</property>
1633
+ <property name="ypad">0</property>
1634
+ </widget>
1635
+ <packing>
1636
+ <property name="left_attach">0</property>
1637
+ <property name="right_attach">1</property>
1638
+ <property name="top_attach">3</property>
1639
+ <property name="bottom_attach">4</property>
1640
+ <property name="x_options">fill</property>
1641
+ <property name="y_options"></property>
1642
+ </packing>
1643
+ </child>
1644
+
1645
+ <child>
1646
+ <widget class="GtkColorButton" id="color0">
1647
+ <property name="visible">True</property>
1648
+ <property name="can_focus">True</property>
1649
+ <property name="use_alpha">False</property>
1650
+ <property name="focus_on_click">True</property>
1651
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1652
+ </widget>
1653
+ <packing>
1654
+ <property name="left_attach">1</property>
1655
+ <property name="right_attach">2</property>
1656
+ <property name="top_attach">1</property>
1657
+ <property name="bottom_attach">2</property>
1658
+ <property name="x_options">fill</property>
1659
+ <property name="y_options"></property>
1660
+ </packing>
1661
+ </child>
1662
+
1663
+ <child>
1664
+ <widget class="GtkColorButton" id="color1">
1665
+ <property name="visible">True</property>
1666
+ <property name="can_focus">True</property>
1667
+ <property name="use_alpha">False</property>
1668
+ <property name="focus_on_click">True</property>
1669
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1670
+ </widget>
1671
+ <packing>
1672
+ <property name="left_attach">2</property>
1673
+ <property name="right_attach">3</property>
1674
+ <property name="top_attach">1</property>
1675
+ <property name="bottom_attach">2</property>
1676
+ <property name="x_options">fill</property>
1677
+ <property name="y_options"></property>
1678
+ </packing>
1679
+ </child>
1680
+
1681
+ <child>
1682
+ <widget class="GtkColorButton" id="color2">
1683
+ <property name="visible">True</property>
1684
+ <property name="can_focus">True</property>
1685
+ <property name="use_alpha">False</property>
1686
+ <property name="focus_on_click">True</property>
1687
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1688
+ </widget>
1689
+ <packing>
1690
+ <property name="left_attach">3</property>
1691
+ <property name="right_attach">4</property>
1692
+ <property name="top_attach">1</property>
1693
+ <property name="bottom_attach">2</property>
1694
+ <property name="x_options">fill</property>
1695
+ <property name="y_options"></property>
1696
+ </packing>
1697
+ </child>
1698
+
1699
+ <child>
1700
+ <widget class="GtkColorButton" id="color3">
1701
+ <property name="visible">True</property>
1702
+ <property name="can_focus">True</property>
1703
+ <property name="use_alpha">False</property>
1704
+ <property name="focus_on_click">True</property>
1705
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1706
+ </widget>
1707
+ <packing>
1708
+ <property name="left_attach">4</property>
1709
+ <property name="right_attach">5</property>
1710
+ <property name="top_attach">1</property>
1711
+ <property name="bottom_attach">2</property>
1712
+ <property name="x_options">fill</property>
1713
+ <property name="y_options"></property>
1714
+ </packing>
1715
+ </child>
1716
+
1717
+ <child>
1718
+ <widget class="GtkColorButton" id="color4">
1719
+ <property name="visible">True</property>
1720
+ <property name="can_focus">True</property>
1721
+ <property name="use_alpha">False</property>
1722
+ <property name="focus_on_click">True</property>
1723
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1724
+ </widget>
1725
+ <packing>
1726
+ <property name="left_attach">5</property>
1727
+ <property name="right_attach">6</property>
1728
+ <property name="top_attach">1</property>
1729
+ <property name="bottom_attach">2</property>
1730
+ <property name="x_options">fill</property>
1731
+ <property name="y_options"></property>
1732
+ </packing>
1733
+ </child>
1734
+
1735
+ <child>
1736
+ <widget class="GtkColorButton" id="color5">
1737
+ <property name="visible">True</property>
1738
+ <property name="can_focus">True</property>
1739
+ <property name="use_alpha">False</property>
1740
+ <property name="focus_on_click">True</property>
1741
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1742
+ </widget>
1743
+ <packing>
1744
+ <property name="left_attach">6</property>
1745
+ <property name="right_attach">7</property>
1746
+ <property name="top_attach">1</property>
1747
+ <property name="bottom_attach">2</property>
1748
+ <property name="x_options">fill</property>
1749
+ <property name="y_options"></property>
1750
+ </packing>
1751
+ </child>
1752
+
1753
+ <child>
1754
+ <widget class="GtkColorButton" id="color6">
1755
+ <property name="visible">True</property>
1756
+ <property name="can_focus">True</property>
1757
+ <property name="use_alpha">False</property>
1758
+ <property name="focus_on_click">True</property>
1759
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1760
+ </widget>
1761
+ <packing>
1762
+ <property name="left_attach">7</property>
1763
+ <property name="right_attach">8</property>
1764
+ <property name="top_attach">1</property>
1765
+ <property name="bottom_attach">2</property>
1766
+ <property name="x_options">fill</property>
1767
+ <property name="y_options"></property>
1768
+ </packing>
1769
+ </child>
1770
+
1771
+ <child>
1772
+ <widget class="GtkColorButton" id="color7">
1773
+ <property name="visible">True</property>
1774
+ <property name="can_focus">True</property>
1775
+ <property name="use_alpha">False</property>
1776
+ <property name="focus_on_click">True</property>
1777
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1778
+ </widget>
1779
+ <packing>
1780
+ <property name="left_attach">8</property>
1781
+ <property name="right_attach">9</property>
1782
+ <property name="top_attach">1</property>
1783
+ <property name="bottom_attach">2</property>
1784
+ <property name="x_options">fill</property>
1785
+ <property name="y_options"></property>
1786
+ </packing>
1787
+ </child>
1788
+
1789
+ <child>
1790
+ <widget class="GtkColorButton" id="color8">
1791
+ <property name="visible">True</property>
1792
+ <property name="can_focus">True</property>
1793
+ <property name="use_alpha">False</property>
1794
+ <property name="focus_on_click">True</property>
1795
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1796
+ </widget>
1797
+ <packing>
1798
+ <property name="left_attach">1</property>
1799
+ <property name="right_attach">2</property>
1800
+ <property name="top_attach">2</property>
1801
+ <property name="bottom_attach">3</property>
1802
+ <property name="x_options">fill</property>
1803
+ <property name="y_options"></property>
1804
+ </packing>
1805
+ </child>
1806
+
1807
+ <child>
1808
+ <widget class="GtkColorButton" id="color9">
1809
+ <property name="visible">True</property>
1810
+ <property name="can_focus">True</property>
1811
+ <property name="use_alpha">False</property>
1812
+ <property name="focus_on_click">True</property>
1813
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1814
+ </widget>
1815
+ <packing>
1816
+ <property name="left_attach">2</property>
1817
+ <property name="right_attach">3</property>
1818
+ <property name="top_attach">2</property>
1819
+ <property name="bottom_attach">3</property>
1820
+ <property name="x_options">fill</property>
1821
+ <property name="y_options"></property>
1822
+ </packing>
1823
+ </child>
1824
+
1825
+ <child>
1826
+ <widget class="GtkColorButton" id="color10">
1827
+ <property name="visible">True</property>
1828
+ <property name="can_focus">True</property>
1829
+ <property name="use_alpha">False</property>
1830
+ <property name="focus_on_click">True</property>
1831
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1832
+ </widget>
1833
+ <packing>
1834
+ <property name="left_attach">3</property>
1835
+ <property name="right_attach">4</property>
1836
+ <property name="top_attach">2</property>
1837
+ <property name="bottom_attach">3</property>
1838
+ <property name="x_options">fill</property>
1839
+ <property name="y_options"></property>
1840
+ </packing>
1841
+ </child>
1842
+
1843
+ <child>
1844
+ <widget class="GtkColorButton" id="color11">
1845
+ <property name="visible">True</property>
1846
+ <property name="can_focus">True</property>
1847
+ <property name="use_alpha">False</property>
1848
+ <property name="focus_on_click">True</property>
1849
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1850
+ </widget>
1851
+ <packing>
1852
+ <property name="left_attach">4</property>
1853
+ <property name="right_attach">5</property>
1854
+ <property name="top_attach">2</property>
1855
+ <property name="bottom_attach">3</property>
1856
+ <property name="x_options">fill</property>
1857
+ <property name="y_options"></property>
1858
+ </packing>
1859
+ </child>
1860
+
1861
+ <child>
1862
+ <widget class="GtkColorButton" id="color12">
1863
+ <property name="visible">True</property>
1864
+ <property name="can_focus">True</property>
1865
+ <property name="use_alpha">False</property>
1866
+ <property name="focus_on_click">True</property>
1867
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1868
+ </widget>
1869
+ <packing>
1870
+ <property name="left_attach">5</property>
1871
+ <property name="right_attach">6</property>
1872
+ <property name="top_attach">2</property>
1873
+ <property name="bottom_attach">3</property>
1874
+ <property name="x_options">fill</property>
1875
+ <property name="y_options"></property>
1876
+ </packing>
1877
+ </child>
1878
+
1879
+ <child>
1880
+ <widget class="GtkColorButton" id="color13">
1881
+ <property name="visible">True</property>
1882
+ <property name="can_focus">True</property>
1883
+ <property name="use_alpha">False</property>
1884
+ <property name="focus_on_click">True</property>
1885
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1886
+ </widget>
1887
+ <packing>
1888
+ <property name="left_attach">6</property>
1889
+ <property name="right_attach">7</property>
1890
+ <property name="top_attach">2</property>
1891
+ <property name="bottom_attach">3</property>
1892
+ <property name="x_options">fill</property>
1893
+ <property name="y_options"></property>
1894
+ </packing>
1895
+ </child>
1896
+
1897
+ <child>
1898
+ <widget class="GtkColorButton" id="color14">
1899
+ <property name="visible">True</property>
1900
+ <property name="can_focus">True</property>
1901
+ <property name="use_alpha">False</property>
1902
+ <property name="focus_on_click">True</property>
1903
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1904
+ </widget>
1905
+ <packing>
1906
+ <property name="left_attach">7</property>
1907
+ <property name="right_attach">8</property>
1908
+ <property name="top_attach">2</property>
1909
+ <property name="bottom_attach">3</property>
1910
+ <property name="x_options">fill</property>
1911
+ <property name="y_options"></property>
1912
+ </packing>
1913
+ </child>
1914
+
1915
+ <child>
1916
+ <widget class="GtkColorButton" id="color15">
1917
+ <property name="visible">True</property>
1918
+ <property name="can_focus">True</property>
1919
+ <property name="use_alpha">False</property>
1920
+ <property name="focus_on_click">True</property>
1921
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1922
+ </widget>
1923
+ <packing>
1924
+ <property name="left_attach">8</property>
1925
+ <property name="right_attach">9</property>
1926
+ <property name="top_attach">2</property>
1927
+ <property name="bottom_attach">3</property>
1928
+ <property name="x_options">fill</property>
1929
+ <property name="y_options"></property>
1930
+ </packing>
1931
+ </child>
1932
+
1933
+ <child>
1934
+ <widget class="GtkColorButton" id="foregroundcolor">
1935
+ <property name="visible">True</property>
1936
+ <property name="can_focus">True</property>
1937
+ <property name="use_alpha">False</property>
1938
+ <property name="focus_on_click">True</property>
1939
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1940
+ </widget>
1941
+ <packing>
1942
+ <property name="left_attach">1</property>
1943
+ <property name="right_attach">2</property>
1944
+ <property name="top_attach">4</property>
1945
+ <property name="bottom_attach">5</property>
1946
+ <property name="x_options">fill</property>
1947
+ <property name="y_options"></property>
1948
+ </packing>
1949
+ </child>
1950
+
1951
+ <child>
1952
+ <widget class="GtkColorButton" id="scw_even">
1953
+ <property name="visible">True</property>
1954
+ <property name="can_focus">True</property>
1955
+ <property name="use_alpha">False</property>
1956
+ <property name="focus_on_click">True</property>
1957
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1958
+ </widget>
1959
+ <packing>
1960
+ <property name="left_attach">7</property>
1961
+ <property name="right_attach">8</property>
1962
+ <property name="top_attach">4</property>
1963
+ <property name="bottom_attach">5</property>
1964
+ <property name="x_options">fill</property>
1965
+ <property name="y_options"></property>
1966
+ </packing>
1967
+ </child>
1968
+
1969
+ <child>
1970
+ <widget class="GtkColorButton" id="scw_odd">
1971
+ <property name="visible">True</property>
1972
+ <property name="can_focus">True</property>
1973
+ <property name="use_alpha">False</property>
1974
+ <property name="focus_on_click">True</property>
1975
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1976
+ </widget>
1977
+ <packing>
1978
+ <property name="left_attach">8</property>
1979
+ <property name="right_attach">9</property>
1980
+ <property name="top_attach">4</property>
1981
+ <property name="bottom_attach">5</property>
1982
+ <property name="x_options">fill</property>
1983
+ <property name="y_options"></property>
1984
+ </packing>
1985
+ </child>
1986
+
1987
+ <child>
1988
+ <widget class="GtkColorButton" id="scw_prelight">
1989
+ <property name="visible">True</property>
1990
+ <property name="can_focus">True</property>
1991
+ <property name="use_alpha">False</property>
1992
+ <property name="focus_on_click">True</property>
1993
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
1994
+ </widget>
1995
+ <packing>
1996
+ <property name="left_attach">1</property>
1997
+ <property name="right_attach">2</property>
1998
+ <property name="top_attach">5</property>
1999
+ <property name="bottom_attach">6</property>
2000
+ <property name="x_options">fill</property>
2001
+ <property name="y_options"></property>
2002
+ </packing>
2003
+ </child>
2004
+
2005
+ <child>
2006
+ <widget class="GtkColorButton" id="scw_lastread">
2007
+ <property name="visible">True</property>
2008
+ <property name="can_focus">True</property>
2009
+ <property name="use_alpha">False</property>
2010
+ <property name="focus_on_click">True</property>
2011
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
2012
+ </widget>
2013
+ <packing>
2014
+ <property name="left_attach">8</property>
2015
+ <property name="right_attach">9</property>
2016
+ <property name="top_attach">5</property>
2017
+ <property name="bottom_attach">6</property>
2018
+ <property name="x_options">fill</property>
2019
+ <property name="y_options"></property>
2020
+ </packing>
2021
+ </child>
2022
+
2023
+ <child>
2024
+ <widget class="GtkColorButton" id="selectedforegroundcolor">
2025
+ <property name="visible">True</property>
2026
+ <property name="can_focus">True</property>
2027
+ <property name="use_alpha">False</property>
2028
+ <property name="focus_on_click">True</property>
2029
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
2030
+ </widget>
2031
+ <packing>
2032
+ <property name="left_attach">1</property>
2033
+ <property name="right_attach">2</property>
2034
+ <property name="top_attach">7</property>
2035
+ <property name="bottom_attach">8</property>
2036
+ <property name="x_options">fill</property>
2037
+ <property name="y_options"></property>
2038
+ </packing>
2039
+ </child>
2040
+
2041
+ <child>
2042
+ <widget class="GtkColorButton" id="selectedbackgroundcolor">
2043
+ <property name="visible">True</property>
2044
+ <property name="can_focus">True</property>
2045
+ <property name="use_alpha">False</property>
2046
+ <property name="focus_on_click">True</property>
2047
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
2048
+ </widget>
2049
+ <packing>
2050
+ <property name="left_attach">8</property>
2051
+ <property name="right_attach">9</property>
2052
+ <property name="top_attach">7</property>
2053
+ <property name="bottom_attach">8</property>
2054
+ <property name="x_options">fill</property>
2055
+ <property name="y_options"></property>
2056
+ </packing>
2057
+ </child>
2058
+
2059
+ <child>
2060
+ <widget class="GtkColorButton" id="neweventcolor">
2061
+ <property name="visible">True</property>
2062
+ <property name="can_focus">True</property>
2063
+ <property name="use_alpha">False</property>
2064
+ <property name="focus_on_click">True</property>
2065
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
2066
+ </widget>
2067
+ <packing>
2068
+ <property name="left_attach">1</property>
2069
+ <property name="right_attach">2</property>
2070
+ <property name="top_attach">10</property>
2071
+ <property name="bottom_attach">11</property>
2072
+ <property name="x_options">fill</property>
2073
+ <property name="y_options"></property>
2074
+ </packing>
2075
+ </child>
2076
+
2077
+ <child>
2078
+ <widget class="GtkColorButton" id="newmessagecolor">
2079
+ <property name="visible">True</property>
2080
+ <property name="can_focus">True</property>
2081
+ <property name="use_alpha">False</property>
2082
+ <property name="focus_on_click">True</property>
2083
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
2084
+ </widget>
2085
+ <packing>
2086
+ <property name="left_attach">1</property>
2087
+ <property name="right_attach">2</property>
2088
+ <property name="top_attach">11</property>
2089
+ <property name="bottom_attach">12</property>
2090
+ <property name="x_options">fill</property>
2091
+ <property name="y_options"></property>
2092
+ </packing>
2093
+ </child>
2094
+
2095
+ <child>
2096
+ <widget class="GtkColorButton" id="highlightcolor">
2097
+ <property name="visible">True</property>
2098
+ <property name="can_focus">True</property>
2099
+ <property name="use_alpha">False</property>
2100
+ <property name="focus_on_click">True</property>
2101
+ <signal name="color_set" handler="color_changed" last_modification_time="Thu, 19 Jan 2006 22:15:32 GMT"/>
2102
+ </widget>
2103
+ <packing>
2104
+ <property name="left_attach">1</property>
2105
+ <property name="right_attach">2</property>
2106
+ <property name="top_attach">12</property>
2107
+ <property name="bottom_attach">13</property>
2108
+ <property name="x_options">fill</property>
2109
+ <property name="y_options"></property>
2110
+ </packing>
2111
+ </child>
2112
+ </widget>
2113
+ </child>
2114
+ </widget>
2115
+
2116
+ <widget class="GtkWindow" id="temp2">
2117
+ <property name="visible">True</property>
2118
+ <property name="title" translatable="yes"></property>
2119
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
2120
+ <property name="window_position">GTK_WIN_POS_NONE</property>
2121
+ <property name="modal">False</property>
2122
+ <property name="resizable">True</property>
2123
+ <property name="destroy_with_parent">False</property>
2124
+ <property name="decorated">True</property>
2125
+ <property name="skip_taskbar_hint">False</property>
2126
+ <property name="skip_pager_hint">False</property>
2127
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
2128
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2129
+
2130
+ <child>
2131
+ <widget class="GtkTable" id="miscconfig">
2132
+ <property name="visible">True</property>
2133
+ <property name="n_rows">14</property>
2134
+ <property name="n_columns">3</property>
2135
+ <property name="homogeneous">False</property>
2136
+ <property name="row_spacing">0</property>
2137
+ <property name="column_spacing">0</property>
2138
+
2139
+ <child>
2140
+ <widget class="GtkComboBox" id="tablistposition">
2141
+ <property name="visible">True</property>
2142
+ <property name="items" translatable="yes"></property>
2143
+ <signal name="changed" handler="combobox_changed" last_modification_time="Wed, 15 Jun 2005 21:47:40 GMT"/>
2144
+ </widget>
2145
+ <packing>
2146
+ <property name="left_attach">1</property>
2147
+ <property name="right_attach">2</property>
2148
+ <property name="top_attach">1</property>
2149
+ <property name="bottom_attach">2</property>
2150
+ <property name="x_options">fill</property>
2151
+ <property name="y_options">fill</property>
2152
+ </packing>
2153
+ </child>
2154
+
2155
+ <child>
2156
+ <widget class="GtkComboBox" id="canonicaltime">
2157
+ <property name="visible">True</property>
2158
+ <property name="items" translatable="yes"></property>
2159
+ <signal name="changed" handler="combobox_changed" last_modification_time="Wed, 15 Jun 2005 21:47:40 GMT"/>
2160
+ </widget>
2161
+ <packing>
2162
+ <property name="left_attach">1</property>
2163
+ <property name="right_attach">2</property>
2164
+ <property name="top_attach">6</property>
2165
+ <property name="bottom_attach">7</property>
2166
+ <property name="x_options">fill</property>
2167
+ <property name="y_options">fill</property>
2168
+ </packing>
2169
+ </child>
2170
+
2171
+ <child>
2172
+ <widget class="GtkLabel" id="label26">
2173
+ <property name="visible">True</property>
2174
+ <property name="label" translatable="yes">Use time from:</property>
2175
+ <property name="use_underline">False</property>
2176
+ <property name="use_markup">False</property>
2177
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2178
+ <property name="wrap">False</property>
2179
+ <property name="selectable">False</property>
2180
+ <property name="xalign">0</property>
2181
+ <property name="yalign">0.5</property>
2182
+ <property name="xpad">0</property>
2183
+ <property name="ypad">0</property>
2184
+ </widget>
2185
+ <packing>
2186
+ <property name="left_attach">0</property>
2187
+ <property name="right_attach">1</property>
2188
+ <property name="top_attach">6</property>
2189
+ <property name="bottom_attach">7</property>
2190
+ <property name="x_options"></property>
2191
+ <property name="y_options"></property>
2192
+ </packing>
2193
+ </child>
2194
+
2195
+ <child>
2196
+ <widget class="GtkComboBox" id="tabcompletesort">
2197
+ <property name="visible">True</property>
2198
+ <property name="items" translatable="yes"></property>
2199
+ <signal name="changed" handler="combobox_changed" last_modification_time="Wed, 15 Jun 2005 21:47:40 GMT"/>
2200
+ </widget>
2201
+ <packing>
2202
+ <property name="left_attach">1</property>
2203
+ <property name="right_attach">2</property>
2204
+ <property name="top_attach">7</property>
2205
+ <property name="bottom_attach">8</property>
2206
+ <property name="x_options">fill</property>
2207
+ <property name="y_options">fill</property>
2208
+ </packing>
2209
+ </child>
2210
+
2211
+ <child>
2212
+ <widget class="GtkLabel" id="label28">
2213
+ <property name="visible">True</property>
2214
+ <property name="label" translatable="yes">Sort method for tab completion:</property>
2215
+ <property name="use_underline">False</property>
2216
+ <property name="use_markup">False</property>
2217
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2218
+ <property name="wrap">False</property>
2219
+ <property name="selectable">False</property>
2220
+ <property name="xalign">0</property>
2221
+ <property name="yalign">0.5</property>
2222
+ <property name="xpad">0</property>
2223
+ <property name="ypad">0</property>
2224
+ </widget>
2225
+ <packing>
2226
+ <property name="left_attach">0</property>
2227
+ <property name="right_attach">1</property>
2228
+ <property name="top_attach">7</property>
2229
+ <property name="bottom_attach">8</property>
2230
+ <property name="x_options"></property>
2231
+ <property name="y_options"></property>
2232
+ </packing>
2233
+ </child>
2234
+
2235
+ <child>
2236
+ <widget class="GtkEntry" id="linkclickaction">
2237
+ <property name="visible">True</property>
2238
+ <property name="tooltip" translatable="yes">what to do when a link is clicked</property>
2239
+ <property name="can_focus">True</property>
2240
+ <property name="editable">True</property>
2241
+ <property name="visibility">True</property>
2242
+ <property name="max_length">0</property>
2243
+ <property name="text" translatable="yes"></property>
2244
+ <property name="has_frame">True</property>
2245
+ <property name="invisible_char">*</property>
2246
+ <property name="activates_default">False</property>
2247
+ </widget>
2248
+ <packing>
2249
+ <property name="left_attach">1</property>
2250
+ <property name="right_attach">3</property>
2251
+ <property name="top_attach">8</property>
2252
+ <property name="bottom_attach">9</property>
2253
+ <property name="y_options"></property>
2254
+ </packing>
2255
+ </child>
2256
+
2257
+ <child>
2258
+ <widget class="GtkLabel" id="label29">
2259
+ <property name="visible">True</property>
2260
+ <property name="label" translatable="yes">Link click action:</property>
2261
+ <property name="use_underline">False</property>
2262
+ <property name="use_markup">False</property>
2263
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2264
+ <property name="wrap">False</property>
2265
+ <property name="selectable">False</property>
2266
+ <property name="xalign">0</property>
2267
+ <property name="yalign">0.5</property>
2268
+ <property name="xpad">0</property>
2269
+ <property name="ypad">0</property>
2270
+ </widget>
2271
+ <packing>
2272
+ <property name="left_attach">0</property>
2273
+ <property name="right_attach">1</property>
2274
+ <property name="top_attach">8</property>
2275
+ <property name="bottom_attach">9</property>
2276
+ <property name="x_options"></property>
2277
+ <property name="y_options"></property>
2278
+ </packing>
2279
+ </child>
2280
+
2281
+ <child>
2282
+ <widget class="GtkFontButton" id="main_font">
2283
+ <property name="visible">True</property>
2284
+ <property name="can_focus">True</property>
2285
+ <property name="show_style">True</property>
2286
+ <property name="show_size">True</property>
2287
+ <property name="use_font">True</property>
2288
+ <property name="use_size">True</property>
2289
+ <property name="focus_on_click">True</property>
2290
+ <signal name="font_set" handler="font_changed" last_modification_time="Mon, 27 Jun 2005 18:36:28 GMT"/>
2291
+ </widget>
2292
+ <packing>
2293
+ <property name="left_attach">1</property>
2294
+ <property name="right_attach">3</property>
2295
+ <property name="top_attach">9</property>
2296
+ <property name="bottom_attach">10</property>
2297
+ <property name="y_options"></property>
2298
+ </packing>
2299
+ </child>
2300
+
2301
+ <child>
2302
+ <widget class="GtkLabel" id="label28">
2303
+ <property name="visible">True</property>
2304
+ <property name="label" translatable="yes">Suffix for tab completion:</property>
2305
+ <property name="use_underline">False</property>
2306
+ <property name="use_markup">False</property>
2307
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2308
+ <property name="wrap">False</property>
2309
+ <property name="selectable">False</property>
2310
+ <property name="xalign">0</property>
2311
+ <property name="yalign">0.5</property>
2312
+ <property name="xpad">0</property>
2313
+ <property name="ypad">0</property>
2314
+ </widget>
2315
+ <packing>
2316
+ <property name="left_attach">0</property>
2317
+ <property name="right_attach">1</property>
2318
+ <property name="top_attach">10</property>
2319
+ <property name="bottom_attach">11</property>
2320
+ <property name="x_options"></property>
2321
+ <property name="y_options"></property>
2322
+ </packing>
2323
+ </child>
2324
+
2325
+ <child>
2326
+ <widget class="GtkEntry" id="tabcompletesuffix">
2327
+ <property name="visible">True</property>
2328
+ <property name="tooltip" translatable="yes">Character to append to tab completions when they're the first word on the line.</property>
2329
+ <property name="can_focus">True</property>
2330
+ <property name="editable">True</property>
2331
+ <property name="visibility">True</property>
2332
+ <property name="max_length">0</property>
2333
+ <property name="text" translatable="yes"></property>
2334
+ <property name="has_frame">True</property>
2335
+ <property name="invisible_char">*</property>
2336
+ <property name="activates_default">False</property>
2337
+ </widget>
2338
+ <packing>
2339
+ <property name="left_attach">1</property>
2340
+ <property name="right_attach">2</property>
2341
+ <property name="top_attach">10</property>
2342
+ <property name="bottom_attach">11</property>
2343
+ <property name="y_options"></property>
2344
+ </packing>
2345
+ </child>
2346
+
2347
+ <child>
2348
+ <widget class="GtkLabel" id="label30">
2349
+ <property name="visible">True</property>
2350
+ <property name="label" translatable="yes">Font:</property>
2351
+ <property name="use_underline">False</property>
2352
+ <property name="use_markup">False</property>
2353
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2354
+ <property name="wrap">False</property>
2355
+ <property name="selectable">False</property>
2356
+ <property name="xalign">0</property>
2357
+ <property name="yalign">0.5</property>
2358
+ <property name="xpad">0</property>
2359
+ <property name="ypad">0</property>
2360
+ </widget>
2361
+ <packing>
2362
+ <property name="left_attach">0</property>
2363
+ <property name="right_attach">1</property>
2364
+ <property name="top_attach">9</property>
2365
+ <property name="bottom_attach">10</property>
2366
+ <property name="x_options"></property>
2367
+ <property name="y_options"></property>
2368
+ </packing>
2369
+ </child>
2370
+
2371
+ <child>
2372
+ <widget class="GtkLabel" id="label26">
2373
+ <property name="visible">True</property>
2374
+ <property name="label" translatable="yes">&lt;b&gt;Interface&lt;/b&gt;</property>
2375
+ <property name="use_underline">False</property>
2376
+ <property name="use_markup">True</property>
2377
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2378
+ <property name="wrap">False</property>
2379
+ <property name="selectable">False</property>
2380
+ <property name="xalign">0</property>
2381
+ <property name="yalign">0.5</property>
2382
+ <property name="xpad">0</property>
2383
+ <property name="ypad">0</property>
2384
+ </widget>
2385
+ <packing>
2386
+ <property name="left_attach">0</property>
2387
+ <property name="right_attach">1</property>
2388
+ <property name="top_attach">0</property>
2389
+ <property name="bottom_attach">1</property>
2390
+ <property name="x_options">fill</property>
2391
+ <property name="y_options"></property>
2392
+ </packing>
2393
+ </child>
2394
+
2395
+ <child>
2396
+ <widget class="GtkLabel" id="label25">
2397
+ <property name="visible">True</property>
2398
+ <property name="label" translatable="yes">Tab list position:</property>
2399
+ <property name="use_underline">False</property>
2400
+ <property name="use_markup">False</property>
2401
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2402
+ <property name="wrap">False</property>
2403
+ <property name="selectable">False</property>
2404
+ <property name="xalign">0</property>
2405
+ <property name="yalign">0.5</property>
2406
+ <property name="xpad">0</property>
2407
+ <property name="ypad">0</property>
2408
+ </widget>
2409
+ <packing>
2410
+ <property name="left_attach">0</property>
2411
+ <property name="right_attach">1</property>
2412
+ <property name="top_attach">1</property>
2413
+ <property name="bottom_attach">2</property>
2414
+ <property name="x_options"></property>
2415
+ <property name="y_options"></property>
2416
+ </packing>
2417
+ </child>
2418
+
2419
+ <child>
2420
+ <widget class="GtkCheckButton" id="scw_align_presences">
2421
+ <property name="visible">True</property>
2422
+ <property name="can_focus">True</property>
2423
+ <property name="label" translatable="yes">Align presences?</property>
2424
+ <property name="use_underline">True</property>
2425
+ <property name="relief">GTK_RELIEF_NORMAL</property>
2426
+ <property name="focus_on_click">True</property>
2427
+ <property name="active">False</property>
2428
+ <property name="inconsistent">False</property>
2429
+ <property name="draw_indicator">True</property>
2430
+ <signal name="toggled" handler="tickbox_changed" last_modification_time="Tue, 04 Oct 2005 18:22:23 GMT"/>
2431
+ </widget>
2432
+ <packing>
2433
+ <property name="left_attach">1</property>
2434
+ <property name="right_attach">2</property>
2435
+ <property name="top_attach">11</property>
2436
+ <property name="bottom_attach">12</property>
2437
+ <property name="x_options">fill</property>
2438
+ <property name="y_options"></property>
2439
+ </packing>
2440
+ </child>
2441
+
2442
+ <child>
2443
+ <widget class="GtkLabel" id="label41">
2444
+ <property name="visible">True</property>
2445
+ <property name="label" translatable="yes">Tab list type:</property>
2446
+ <property name="use_underline">False</property>
2447
+ <property name="use_markup">False</property>
2448
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2449
+ <property name="wrap">False</property>
2450
+ <property name="selectable">False</property>
2451
+ <property name="xalign">0</property>
2452
+ <property name="yalign">0.5</property>
2453
+ <property name="xpad">0</property>
2454
+ <property name="ypad">0</property>
2455
+ </widget>
2456
+ <packing>
2457
+ <property name="left_attach">0</property>
2458
+ <property name="right_attach">1</property>
2459
+ <property name="top_attach">2</property>
2460
+ <property name="bottom_attach">3</property>
2461
+ <property name="x_options"></property>
2462
+ <property name="y_options"></property>
2463
+ </packing>
2464
+ </child>
2465
+
2466
+ <child>
2467
+ <widget class="GtkComboBox" id="tablisttype">
2468
+ <property name="visible">True</property>
2469
+ <property name="items" translatable="yes"></property>
2470
+ <signal name="changed" handler="combobox_changed" last_modification_time="Wed, 15 Jun 2005 21:47:40 GMT"/>
2471
+ </widget>
2472
+ <packing>
2473
+ <property name="left_attach">1</property>
2474
+ <property name="right_attach">2</property>
2475
+ <property name="top_attach">2</property>
2476
+ <property name="bottom_attach">3</property>
2477
+ <property name="x_options">fill</property>
2478
+ <property name="y_options">fill</property>
2479
+ </packing>
2480
+ </child>
2481
+
2482
+ <child>
2483
+ <widget class="GtkLabel" id="label42">
2484
+ <property name="visible">True</property>
2485
+ <property name="label" translatable="yes">Tab list structure:</property>
2486
+ <property name="use_underline">False</property>
2487
+ <property name="use_markup">False</property>
2488
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2489
+ <property name="wrap">False</property>
2490
+ <property name="selectable">False</property>
2491
+ <property name="xalign">0</property>
2492
+ <property name="yalign">0.5</property>
2493
+ <property name="xpad">0</property>
2494
+ <property name="ypad">0</property>
2495
+ </widget>
2496
+ <packing>
2497
+ <property name="left_attach">0</property>
2498
+ <property name="right_attach">1</property>
2499
+ <property name="top_attach">3</property>
2500
+ <property name="bottom_attach">4</property>
2501
+ <property name="x_options"></property>
2502
+ <property name="y_options"></property>
2503
+ </packing>
2504
+ </child>
2505
+
2506
+ <child>
2507
+ <widget class="GtkLabel" id="label43">
2508
+ <property name="visible">True</property>
2509
+ <property name="label" translatable="yes">Tab sort order:</property>
2510
+ <property name="use_underline">False</property>
2511
+ <property name="use_markup">False</property>
2512
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
2513
+ <property name="wrap">False</property>
2514
+ <property name="selectable">False</property>
2515
+ <property name="xalign">0</property>
2516
+ <property name="yalign">0.5</property>
2517
+ <property name="xpad">0</property>
2518
+ <property name="ypad">0</property>
2519
+ </widget>
2520
+ <packing>
2521
+ <property name="left_attach">0</property>
2522
+ <property name="right_attach">1</property>
2523
+ <property name="top_attach">4</property>
2524
+ <property name="bottom_attach">5</property>
2525
+ <property name="x_options"></property>
2526
+ <property name="y_options"></property>
2527
+ </packing>
2528
+ </child>
2529
+
2530
+ <child>
2531
+ <widget class="GtkComboBox" id="tabsort">
2532
+ <property name="visible">True</property>
2533
+ <property name="items" translatable="yes"></property>
2534
+ <signal name="changed" handler="combobox_changed" last_modification_time="Wed, 15 Jun 2005 21:47:40 GMT"/>
2535
+ </widget>
2536
+ <packing>
2537
+ <property name="left_attach">1</property>
2538
+ <property name="right_attach">2</property>
2539
+ <property name="top_attach">4</property>
2540
+ <property name="bottom_attach">5</property>
2541
+ <property name="x_options">fill</property>
2542
+ <property name="y_options">fill</property>
2543
+ </packing>
2544
+ </child>
2545
+
2546
+ <child>
2547
+ <widget class="GtkComboBox" id="tabstructure">
2548
+ <property name="visible">True</property>
2549
+ <property name="items" translatable="yes"></property>
2550
+ <signal name="changed" handler="combobox_changed" last_modification_time="Wed, 15 Jun 2005 21:47:40 GMT"/>
2551
+ </widget>
2552
+ <packing>
2553
+ <property name="left_attach">1</property>
2554
+ <property name="right_attach">2</property>
2555
+ <property name="top_attach">3</property>
2556
+ <property name="bottom_attach">4</property>
2557
+ <property name="x_options">fill</property>
2558
+ <property name="y_options">fill</property>
2559
+ </packing>
2560
+ </child>
2561
+
2562
+ <child>
2563
+ <widget class="GtkCheckButton" id="numbertabs">
2564
+ <property name="visible">True</property>
2565
+ <property name="can_focus">True</property>
2566
+ <property name="label" translatable="yes">Number tabs?</property>
2567
+ <property name="use_underline">True</property>
2568
+ <property name="relief">GTK_RELIEF_NORMAL</property>
2569
+ <property name="focus_on_click">True</property>
2570
+ <property name="active">False</property>
2571
+ <property name="inconsistent">False</property>
2572
+ <property name="draw_indicator">True</property>
2573
+ <signal name="toggled" handler="tickbox_changed" last_modification_time="Thu, 06 Oct 2005 13:04:18 GMT"/>
2574
+ </widget>
2575
+ <packing>
2576
+ <property name="left_attach">1</property>
2577
+ <property name="right_attach">2</property>
2578
+ <property name="top_attach">5</property>
2579
+ <property name="bottom_attach">6</property>
2580
+ <property name="x_options">fill</property>
2581
+ <property name="y_options"></property>
2582
+ </packing>
2583
+ </child>
2584
+
2585
+ <child>
2586
+ <widget class="GtkCheckButton" id="dropjoinpart">
2587
+ <property name="visible">True</property>
2588
+ <property name="can_focus">True</property>
2589
+ <property name="label" translatable="yes">Drop Join/Parts (just for you zuh)</property>
2590
+ <property name="use_underline">True</property>
2591
+ <property name="relief">GTK_RELIEF_NORMAL</property>
2592
+ <property name="focus_on_click">True</property>
2593
+ <property name="active">False</property>
2594
+ <property name="inconsistent">False</property>
2595
+ <property name="draw_indicator">True</property>
2596
+ <signal name="toggled" handler="tickbox_changed" last_modification_time="Tue, 11 Oct 2005 13:26:33 GMT"/>
2597
+ </widget>
2598
+ <packing>
2599
+ <property name="left_attach">1</property>
2600
+ <property name="right_attach">2</property>
2601
+ <property name="top_attach">12</property>
2602
+ <property name="bottom_attach">13</property>
2603
+ <property name="x_options">fill</property>
2604
+ <property name="y_options"></property>
2605
+ </packing>
2606
+ </child>
2607
+
2608
+ <child>
2609
+ <widget class="GtkCheckButton" id="tabonmsg">
2610
+ <property name="visible">True</property>
2611
+ <property name="can_focus">True</property>
2612
+ <property name="label" translatable="yes">/msg opens new tab?</property>
2613
+ <property name="use_underline">True</property>
2614
+ <property name="relief">GTK_RELIEF_NORMAL</property>
2615
+ <property name="focus_on_click">True</property>
2616
+ <property name="active">False</property>
2617
+ <property name="inconsistent">False</property>
2618
+ <property name="draw_indicator">True</property>
2619
+ <signal name="toggled" handler="tickbox_changed" last_modification_time="Tue, 11 Oct 2005 13:26:33 GMT"/>
2620
+ </widget>
2621
+ <packing>
2622
+ <property name="left_attach">1</property>
2623
+ <property name="right_attach">2</property>
2624
+ <property name="top_attach">13</property>
2625
+ <property name="bottom_attach">14</property>
2626
+ <property name="x_options">fill</property>
2627
+ <property name="y_options"></property>
2628
+ </packing>
2629
+ </child>
2630
+ </widget>
2631
+ </child>
2632
+ </widget>
2633
+
2634
+ </glade-interface>