pidgin/resources/Conversations/invite_dialog.ui

changeset 41501
e34ec115fc34
parent 40824
132c763c26e4
child 41591
ad6f5ffc2825
equal deleted inserted replaced
41500:9a1ad10a0940 41501:e34ec115fc34
34 <child internal-child="vbox"> 34 <child internal-child="vbox">
35 <object class="GtkBox"> 35 <object class="GtkBox">
36 <property name="can-focus">False</property> 36 <property name="can-focus">False</property>
37 <property name="orientation">vertical</property> 37 <property name="orientation">vertical</property>
38 <property name="spacing">2</property> 38 <property name="spacing">2</property>
39 <child internal-child="action_area">
40 <object class="GtkButtonBox">
41 <property name="can-focus">False</property>
42 <property name="layout-style">end</property>
43 <child>
44 <object class="GtkButton" id="button1">
45 <property name="label" translatable="yes">Cancel</property>
46 <property name="visible">True</property>
47 <property name="can-focus">True</property>
48 <property name="receives-default">True</property>
49 </object>
50 <packing>
51 <property name="expand">True</property>
52 <property name="fill">True</property>
53 <property name="position">0</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkButton" id="button2">
58 <property name="label" translatable="yes">Invite</property>
59 <property name="visible">True</property>
60 <property name="can-focus">True</property>
61 <property name="can-default">True</property>
62 <property name="has-default">True</property>
63 <property name="receives-default">True</property>
64 </object>
65 <packing>
66 <property name="expand">True</property>
67 <property name="fill">True</property>
68 <property name="position">1</property>
69 </packing>
70 </child>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">False</property>
75 <property name="position">0</property>
76 </packing>
77 </child>
78 <child> 39 <child>
79 <!-- n-columns=3 n-rows=3 --> 40 <!-- n-columns=3 n-rows=3 -->
80 <object class="GtkGrid"> 41 <object class="GtkGrid">
81 <property name="visible">True</property> 42 <property name="visible">True</property>
82 <property name="can-focus">False</property> 43 <property name="can-focus">False</property>
159 <property name="position">1</property> 120 <property name="position">1</property>
160 </packing> 121 </packing>
161 </child> 122 </child>
162 </object> 123 </object>
163 </child> 124 </child>
125 <child type="action">
126 <object class="GtkButton" id="button1">
127 <property name="label" translatable="yes">Cancel</property>
128 <property name="visible">True</property>
129 <property name="can-focus">True</property>
130 <property name="receives-default">True</property>
131 </object>
132 </child>
133 <child type="action">
134 <object class="GtkButton" id="button2">
135 <property name="label" translatable="yes">Invite</property>
136 <property name="visible">True</property>
137 <property name="can-focus">True</property>
138 <property name="can-default">True</property>
139 <property name="has-default">True</property>
140 <property name="receives-default">True</property>
141 </object>
142 </child>
164 <action-widgets> 143 <action-widgets>
165 <action-widget response="-6">button1</action-widget> 144 <action-widget response="-6">button1</action-widget>
166 <action-widget response="-3">button2</action-widget> 145 <action-widget response="-3">button2</action-widget>
167 </action-widgets> 146 </action-widgets>
168 </template> 147 </template>

mercurial