]> sjero.net Git - linphone/blob - gtk/password.ui
Aac-eld add missing header according to RFC3640 3.3.6
[linphone] / gtk / password.ui
1 <?xml version="1.0"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.16 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkDialog" id="password">
6     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7     <property name="border_width">5</property>
8     <property name="title" translatable="yes">Linphone - Authentication required</property>
9     <property name="modal">True</property>
10     <property name="window_position">center-on-parent</property>
11     <property name="type_hint">dialog</property>
12     <property name="has_separator">False</property>
13     <child internal-child="vbox">
14       <object class="GtkVBox" id="dialog-vbox9">
15         <property name="visible">True</property>
16         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
17         <property name="spacing">2</property>
18         <child>
19           <object class="GtkVBox" id="vbox12">
20             <property name="visible">True</property>
21             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
22             <child>
23               <object class="GtkLabel" id="message">
24                 <property name="visible">True</property>
25                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
26                 <property name="label" translatable="yes">Please enter the domain password</property>
27                 <property name="justify">center</property>
28                 <property name="wrap">True</property>
29               </object>
30               <packing>
31                 <property name="position">0</property>
32               </packing>
33             </child>
34             <child>
35               <object class="GtkTable" id="table1">
36                 <property name="visible">True</property>
37                 <property name="n_rows">2</property>
38                 <property name="n_columns">2</property>
39                 <child>
40                   <object class="GtkLabel" id="userid_label">
41                     <property name="visible">True</property>
42                     <property name="label" translatable="yes">UserID</property>
43                   </object>
44                 </child>
45                 <child>
46                   <object class="GtkEntry" id="userid_entry">
47                     <property name="visible">True</property>
48                     <property name="can_focus">True</property>
49                     <property name="invisible_char">&#x25CF;</property>
50                   </object>
51                   <packing>
52                     <property name="left_attach">1</property>
53                     <property name="right_attach">2</property>
54                   </packing>
55                 </child>
56                 <child>
57                   <object class="GtkLabel" id="label1">
58                     <property name="visible">True</property>
59                     <property name="label" translatable="yes">Password:</property>
60                     <property name="justify">right</property>
61                   </object>
62                   <packing>
63                     <property name="top_attach">1</property>
64                     <property name="bottom_attach">2</property>
65                   </packing>
66                 </child>
67                 <child>
68                   <object class="GtkEntry" id="password_entry">
69                     <property name="visible">True</property>
70                     <property name="can_focus">True</property>
71                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
72                     <property name="visibility">False</property>
73                     <property name="invisible_char">&#x25CF;</property>
74                     <signal handler="linphone_gtk_password_ok" name="activate"/>
75                   </object>
76                   <packing>
77                     <property name="left_attach">1</property>
78                     <property name="right_attach">2</property>
79                     <property name="top_attach">1</property>
80                     <property name="bottom_attach">2</property>
81                   </packing>
82                 </child>
83               </object>
84               <packing>
85                 <property name="position">1</property>
86               </packing>
87             </child>
88           </object>
89           <packing>
90             <property name="position">1</property>
91           </packing>
92         </child>
93         <child internal-child="action_area">
94           <object class="GtkHButtonBox" id="dialog-action_area8">
95             <property name="visible">True</property>
96             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
97             <property name="layout_style">end</property>
98             <child>
99               <object class="GtkButton" id="button8">
100                 <property name="label" translatable="no">gtk-ok</property>
101                 <property name="visible">True</property>
102                 <property name="can_focus">True</property>
103                 <property name="receives_default">True</property>
104                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
105                 <property name="use_stock">True</property>
106                 <signal handler="linphone_gtk_password_ok" name="clicked"/>
107               </object>
108               <packing>
109                 <property name="expand">False</property>
110                 <property name="fill">False</property>
111                 <property name="position">0</property>
112               </packing>
113             </child>
114             <child>
115               <object class="GtkButton" id="button9">
116                 <property name="label" translatable="no">gtk-cancel</property>
117                 <property name="visible">True</property>
118                 <property name="can_focus">True</property>
119                 <property name="receives_default">True</property>
120                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
121                 <property name="use_stock">True</property>
122                 <signal handler="linphone_gtk_password_cancel" name="clicked"/>
123               </object>
124               <packing>
125                 <property name="expand">False</property>
126                 <property name="fill">False</property>
127                 <property name="position">1</property>
128               </packing>
129             </child>
130           </object>
131           <packing>
132             <property name="expand">False</property>
133             <property name="pack_type">end</property>
134             <property name="position">0</property>
135           </packing>
136         </child>
137       </object>
138     </child>
139   </object>
140 </interface>