3 <requires lib=
"gtk+" version=
"2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class=
"GtkWindow" id=
"window1">
7 <object class=
"GtkTable" id=
"length_notifier_config_table">
8 <property name=
"visible">True
</property>
9 <property name=
"border_width">9</property>
10 <property name=
"n_rows">3</property>
11 <property name=
"n_columns">2</property>
12 <property name=
"column_spacing">7</property>
13 <property name=
"row_spacing">5</property>
15 <object class=
"GtkLabel" id=
"label1">
16 <property name=
"visible">True
</property>
17 <property name=
"tooltip_text" translatable=
"yes">Message length at which notification is invoked.
</property>
18 <property name=
"xalign">0</property>
19 <property name=
"label" translatable=
"yes">Message length:
</property>
22 <property name=
"x_options">GTK_FILL
</property>
23 <property name=
"y_options">GTK_FILL
</property>
27 <object class=
"GtkLabel" id=
"label2">
28 <property name=
"visible">True
</property>
29 <property name=
"tooltip_text" translatable=
"yes">Background color of text entry field in chat window when notification is invoked.
</property>
30 <property name=
"xalign">0</property>
31 <property name=
"label" translatable=
"yes">Notification color:
</property>
34 <property name=
"top_attach">1</property>
35 <property name=
"bottom_attach">2</property>
36 <property name=
"x_options">GTK_FILL
</property>
37 <property name=
"y_options">GTK_FILL
</property>
41 <object class=
"GtkLabel" id=
"label3">
42 <property name=
"visible">True
</property>
43 <property name=
"tooltip_text" translatable=
"yes">JabberIDs that plugin should be used with (eg. restrict only to one microblogging bot). Use comma (without space) as separator. If empty plugin is used with every JID.
</property>
44 <property name=
"xalign">0</property>
45 <property name=
"label" translatable=
"yes">JabberIDs to include:
</property>
48 <property name=
"top_attach">2</property>
49 <property name=
"bottom_attach">3</property>
50 <property name=
"x_options">GTK_FILL
</property>
51 <property name=
"y_options">GTK_FILL
</property>
55 <object class=
"GtkEntry" id=
"jids_entry">
56 <property name=
"visible">True
</property>
57 <property name=
"can_focus">True
</property>
58 <property name=
"tooltip_text" translatable=
"yes">JabberIDs that plugin should be used with (eg. restrict only to one microblogging bot). Use comma (without space) as separator. If empty plugin is used with every JID.
</property>
59 <signal name=
"editing_done" handler=
"on_jids_entry_editing_done"/>
60 <signal name=
"changed" handler=
"on_jids_entry_changed"/>
63 <property name=
"left_attach">1</property>
64 <property name=
"right_attach">2</property>
65 <property name=
"top_attach">2</property>
66 <property name=
"bottom_attach">3</property>
67 <property name=
"y_options">GTK_FILL
</property>
71 <object class=
"GtkHBox" id=
"hbox1">
72 <property name=
"visible">True
</property>
74 <object class=
"GtkColorButton" id=
"notification_colorbutton">
75 <property name=
"visible">True
</property>
76 <property name=
"can_focus">True
</property>
77 <property name=
"receives_default">True
</property>
78 <property name=
"tooltip_text" translatable=
"yes">Background color of text entry field in chat window when notification is invoked.
</property>
79 <property name=
"xalign">0</property>
80 <property name=
"title" translatable=
"yes">Pick a color for notification
</property>
81 <property name=
"color">#
000000000000</property>
82 <signal name=
"color_set" handler=
"on_notification_colorbutton_color_set"/>
85 <property name=
"expand">False
</property>
86 <property name=
"fill">False
</property>
87 <property name=
"position">0</property>
91 <object class=
"GtkAlignment" id=
"alignment1">
92 <property name=
"visible">True
</property>
98 <property name=
"position">1</property>
103 <property name=
"left_attach">1</property>
104 <property name=
"right_attach">2</property>
105 <property name=
"top_attach">1</property>
106 <property name=
"bottom_attach">2</property>
107 <property name=
"x_options">GTK_FILL
</property>
108 <property name=
"y_options"></property>
112 <object class=
"GtkHBox" id=
"hbox2">
113 <property name=
"visible">True
</property>
115 <object class=
"GtkSpinButton" id=
"message_length_spinbutton">
116 <property name=
"visible">True
</property>
117 <property name=
"can_focus">True
</property>
118 <property name=
"tooltip_text" translatable=
"yes">Message length at which notification is invoked.
</property>
119 <property name=
"width_chars">6</property>
120 <property name=
"snap_to_ticks">True
</property>
121 <property name=
"numeric">True
</property>
122 <signal name=
"value_changed" handler=
"on_message_length_spinbutton_value_changed"/>
125 <property name=
"expand">False
</property>
126 <property name=
"fill">False
</property>
127 <property name=
"position">0</property>
131 <object class=
"GtkAlignment" id=
"alignment2">
132 <property name=
"visible">True
</property>
138 <property name=
"position">1</property>
143 <property name=
"left_attach">1</property>
144 <property name=
"right_attach">2</property>
145 <property name=
"x_options">GTK_FILL
</property>
146 <property name=
"y_options">GTK_FILL
</property>