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