Bump requires GTK to 3.20.
[pidgin-git.git] / pidgin / resources / Conversations / invite_dialog.ui
blob682330be14d558b3e731e5f45c99dacdac33465a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface>
4 <requires lib="gtk+" version="3.20"/>
5 <template class="PidginInviteDialog" parent="GtkDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">Invite to conversation...</property>
9 <property name="resizable">False</property>
10 <property name="type_hint">dialog</property>
11 <child>
12 <placeholder/>
13 </child>
14 <child internal-child="vbox">
15 <object class="GtkBox">
16 <property name="can_focus">False</property>
17 <property name="orientation">vertical</property>
18 <property name="spacing">2</property>
19 <child internal-child="action_area">
20 <object class="GtkButtonBox">
21 <property name="can_focus">False</property>
22 <property name="layout_style">end</property>
23 <child>
24 <object class="GtkButton" id="button1">
25 <property name="label" translatable="yes">Cancel</property>
26 <property name="visible">True</property>
27 <property name="can_focus">True</property>
28 <property name="receives_default">True</property>
29 </object>
30 <packing>
31 <property name="expand">True</property>
32 <property name="fill">True</property>
33 <property name="position">0</property>
34 </packing>
35 </child>
36 <child>
37 <object class="GtkButton" id="button2">
38 <property name="label" translatable="yes">Invite</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="can_default">True</property>
42 <property name="has_default">True</property>
43 <property name="receives_default">True</property>
44 </object>
45 <packing>
46 <property name="expand">True</property>
47 <property name="fill">True</property>
48 <property name="position">1</property>
49 </packing>
50 </child>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">False</property>
55 <property name="position">0</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkGrid">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="margin_bottom">6</property>
63 <property name="row_spacing">6</property>
64 <child>
65 <object class="GtkLabel">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="label" translatable="yes">Please enter the name of the user you wish to invite, along with an optional invite message.</property>
69 <property name="wrap">True</property>
70 <property name="xalign">0</property>
71 </object>
72 <packing>
73 <property name="left_attach">0</property>
74 <property name="top_attach">0</property>
75 <property name="width">2</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkLabel">
80 <property name="visible">True</property>
81 <property name="can_focus">False</property>
82 <property name="label" translatable="yes">Contact:</property>
83 <property name="xalign">0</property>
84 </object>
85 <packing>
86 <property name="left_attach">0</property>
87 <property name="top_attach">1</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkLabel">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="label" translatable="yes">Message:</property>
95 <property name="xalign">0</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">2</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkEntry" id="contact">
104 <property name="visible">True</property>
105 <property name="can_focus">True</property>
106 <property name="has_focus">True</property>
107 <property name="activates_default">True</property>
108 </object>
109 <packing>
110 <property name="left_attach">1</property>
111 <property name="top_attach">1</property>
112 </packing>
113 </child>
114 <child>
115 <object class="GtkEntry" id="message">
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="activates_default">True</property>
119 </object>
120 <packing>
121 <property name="left_attach">1</property>
122 <property name="top_attach">2</property>
123 </packing>
124 </child>
125 </object>
126 <packing>
127 <property name="expand">True</property>
128 <property name="fill">True</property>
129 <property name="position">1</property>
130 </packing>
131 </child>
132 </object>
133 </child>
134 <action-widgets>
135 <action-widget response="-6">button1</action-widget>
136 <action-widget response="-3">button2</action-widget>
137 </action-widgets>
138 </template>
139 </interface>