~ubuntu-branches/ubuntu/vivid/linphone/vivid

« back to all changes in this revision

Viewing changes to gtk-glade/password.glade

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-10-14 08:26:02 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091014082602-751618nxdjooja3l
Tags: 3.2.1-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--Generated with glade3 3.4.3 on Tue Oct 14 00:01:54 2008 -->
 
1
<?xml version="1.0"?>
4
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.16 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
5
5
  <widget class="GtkDialog" id="password">
6
6
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7
7
    <property name="border_width">5</property>
8
8
    <property name="title" translatable="yes">Linphone - Authentication required</property>
9
9
    <property name="modal">True</property>
10
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
10
    <property name="window_position">center-on-parent</property>
11
11
    <property name="icon">linphone2.png</property>
12
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
12
    <property name="type_hint">dialog</property>
13
13
    <property name="has_separator">False</property>
14
14
    <child internal-child="vbox">
15
15
      <widget class="GtkVBox" id="dialog-vbox9">
25
25
                <property name="visible">True</property>
26
26
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
27
27
                <property name="label" translatable="yes">Please enter the domain password</property>
 
28
                <property name="justify">center</property>
28
29
                <property name="wrap">True</property>
29
30
              </widget>
 
31
              <packing>
 
32
                <property name="position">0</property>
 
33
              </packing>
30
34
            </child>
31
35
            <child>
32
36
              <widget class="GtkTable" id="table1">
34
38
                <property name="n_rows">2</property>
35
39
                <property name="n_columns">2</property>
36
40
                <child>
37
 
                  <widget class="GtkEntry" id="username_entry">
 
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">
38
48
                    <property name="visible">True</property>
39
49
                    <property name="can_focus">True</property>
 
50
                    <property name="invisible_char">&#x25CF;</property>
40
51
                  </widget>
41
52
                  <packing>
42
53
                    <property name="left_attach">1</property>
44
55
                  </packing>
45
56
                </child>
46
57
                <child>
47
 
                  <widget class="GtkLabel" id="label2">
48
 
                    <property name="visible">True</property>
49
 
                    <property name="label" translatable="yes">Username:</property>
50
 
                    <property name="justify">GTK_JUSTIFY_RIGHT</property>
51
 
                  </widget>
52
 
                </child>
53
 
                <child>
54
58
                  <widget class="GtkLabel" id="label1">
55
59
                    <property name="visible">True</property>
56
60
                    <property name="label" translatable="yes">Password:</property>
57
 
                    <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
61
                    <property name="justify">right</property>
58
62
                  </widget>
59
63
                  <packing>
60
64
                    <property name="top_attach">1</property>
65
69
                  <widget class="GtkEntry" id="password_entry">
66
70
                    <property name="visible">True</property>
67
71
                    <property name="can_focus">True</property>
68
 
                    <property name="has_focus">True</property>
69
 
                    <property name="is_focus">True</property>
70
72
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
71
73
                    <property name="visibility">False</property>
 
74
                    <property name="invisible_char">&#x25CF;</property>
72
75
                    <signal name="activate" handler="linphone_gtk_password_ok"/>
73
76
                  </widget>
74
77
                  <packing>
92
95
          <widget class="GtkHButtonBox" id="dialog-action_area8">
93
96
            <property name="visible">True</property>
94
97
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
95
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
98
            <property name="layout_style">end</property>
96
99
            <child>
97
100
              <widget class="GtkButton" id="button8">
98
 
                <property name="visible">True</property>
99
 
                <property name="can_focus">True</property>
100
 
                <property name="receives_default">True</property>
101
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
102
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>
103
106
                <property name="use_stock">True</property>
104
 
                <property name="response_id">0</property>
105
107
                <signal name="clicked" handler="linphone_gtk_password_ok"/>
106
108
              </widget>
 
109
              <packing>
 
110
                <property name="expand">False</property>
 
111
                <property name="fill">False</property>
 
112
                <property name="position">0</property>
 
113
              </packing>
107
114
            </child>
108
115
            <child>
109
116
              <widget class="GtkButton" id="button9">
110
 
                <property name="visible">True</property>
111
 
                <property name="can_focus">True</property>
112
 
                <property name="receives_default">True</property>
113
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
114
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>
115
122
                <property name="use_stock">True</property>
116
 
                <property name="response_id">0</property>
117
123
                <signal name="clicked" handler="linphone_gtk_password_cancel"/>
118
124
              </widget>
119
125
              <packing>
 
126
                <property name="expand">False</property>
 
127
                <property name="fill">False</property>
120
128
                <property name="position">1</property>
121
129
              </packing>
122
130
            </child>
123
131
          </widget>
124
132
          <packing>
125
133
            <property name="expand">False</property>
126
 
            <property name="pack_type">GTK_PACK_END</property>
 
134
            <property name="pack_type">end</property>
 
135
            <property name="position">0</property>
127
136
          </packing>
128
137
        </child>
129
138
      </widget>