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