]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-presence-chooser.glade
Remove glade dep
[empathy.git] / libempathy-gtk / empathy-presence-chooser.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: xml -*-->
4 <glade-interface>
5   <widget class="GtkDialog" id="custom_message_dialog">
6     <property name="visible">True</property>
7     <property name="border_width">5</property>
8     <property name="title" translatable="yes">Custom message</property>
9     <property name="resizable">False</property>
10     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11     <property name="has_separator">False</property>
12     <child internal-child="vbox">
13       <widget class="GtkVBox" id="dialog-vbox6">
14         <property name="visible">True</property>
15         <child>
16           <widget class="GtkTable" id="table1">
17             <property name="visible">True</property>
18             <property name="border_width">5</property>
19             <property name="n_rows">3</property>
20             <property name="n_columns">2</property>
21             <property name="column_spacing">6</property>
22             <property name="row_spacing">6</property>
23             <child>
24               <widget class="GtkComboBox" id="combobox_status">
25                 <property name="visible">True</property>
26               </widget>
27               <packing>
28                 <property name="left_attach">1</property>
29                 <property name="right_attach">2</property>
30                 <property name="x_options">GTK_FILL</property>
31                 <property name="y_options">GTK_FILL</property>
32               </packing>
33             </child>
34             <child>
35               <widget class="GtkComboBoxEntry" id="comboboxentry_message">
36                 <property name="visible">True</property>
37                 <child internal-child="entry">
38                   <widget class="GtkEntry" id="comboboxentry-entry1">
39                   </widget>
40                 </child>
41               </widget>
42               <packing>
43                 <property name="left_attach">1</property>
44                 <property name="right_attach">2</property>
45                 <property name="top_attach">1</property>
46                 <property name="bottom_attach">2</property>
47                 <property name="x_options">GTK_FILL</property>
48                 <property name="y_options">GTK_FILL</property>
49               </packing>
50             </child>
51             <child>
52               <widget class="GtkCheckButton" id="checkbutton_save">
53                 <property name="visible">True</property>
54                 <property name="can_focus">True</property>
55                 <property name="label" translatable="yes">Save message</property>
56                 <property name="use_underline">True</property>
57                 <property name="response_id">0</property>
58                 <property name="draw_indicator">True</property>
59               </widget>
60               <packing>
61                 <property name="right_attach">2</property>
62                 <property name="top_attach">2</property>
63                 <property name="bottom_attach">3</property>
64                 <property name="y_options"></property>
65               </packing>
66             </child>
67             <child>
68               <widget class="GtkLabel" id="label472">
69                 <property name="visible">True</property>
70                 <property name="xalign">0</property>
71                 <property name="label" translatable="yes">Message:</property>
72               </widget>
73               <packing>
74                 <property name="top_attach">1</property>
75                 <property name="bottom_attach">2</property>
76                 <property name="x_options">GTK_FILL</property>
77                 <property name="y_options"></property>
78               </packing>
79             </child>
80             <child>
81               <widget class="GtkLabel" id="label471">
82                 <property name="visible">True</property>
83                 <property name="xalign">0</property>
84                 <property name="label" translatable="yes">Status:</property>
85               </widget>
86               <packing>
87                 <property name="x_options">GTK_FILL</property>
88                 <property name="y_options"></property>
89               </packing>
90             </child>
91           </widget>
92           <packing>
93             <property name="position">1</property>
94           </packing>
95         </child>
96         <child internal-child="action_area">
97           <widget class="GtkHButtonBox" id="dialog-action_area6">
98             <property name="visible">True</property>
99             <property name="layout_style">GTK_BUTTONBOX_END</property>
100             <child>
101               <widget class="GtkButton" id="closebutton1">
102                 <property name="visible">True</property>
103                 <property name="can_focus">True</property>
104                 <property name="can_default">True</property>
105                 <property name="label">gtk-cancel</property>
106                 <property name="use_stock">True</property>
107                 <property name="response_id">-6</property>
108               </widget>
109             </child>
110             <child>
111               <widget class="GtkButton" id="button1">
112                 <property name="visible">True</property>
113                 <property name="can_focus">True</property>
114                 <property name="can_default">True</property>
115                 <property name="label">gtk-apply</property>
116                 <property name="use_stock">True</property>
117                 <property name="response_id">-10</property>
118               </widget>
119               <packing>
120                 <property name="position">1</property>
121               </packing>
122             </child>
123           </widget>
124           <packing>
125             <property name="expand">False</property>
126             <property name="pack_type">GTK_PACK_END</property>
127           </packing>
128         </child>
129       </widget>
130     </child>
131   </widget>
132 </glade-interface>