~ken-vandine/ubuntu/lucid/gwibber/twitter-oauth

« back to all changes in this revision

Viewing changes to ui/gwibber-accounts-twitter.ui

  • Committer: Ken VanDine
  • Date: 2010-08-31 20:08:35 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: ken.vandine@canonical.com-20100831200835-i7l1y21kdikiq582
Tags: 2.30.2~bzr742-0ubuntu1
releasing version 2.30.2~bzr742-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <property name="orientation">vertical</property>
8
8
    <property name="spacing">6</property>
9
9
    <child>
10
 
      <object class="GtkTable" id="table_common_settings">
 
10
      <object class="GtkVBox" id="vbox1">
11
11
        <property name="visible">True</property>
12
 
        <property name="n_rows">3</property>
13
 
        <property name="n_columns">3</property>
14
 
        <property name="column_spacing">12</property>
15
 
        <property name="row_spacing">6</property>
16
 
        <child>
17
 
          <object class="GtkEntry" id="password">
18
 
            <property name="visible">True</property>
19
 
            <property name="can_focus">True</property>
20
 
            <property name="visibility">False</property>
21
 
            <property name="invisible_char">&#x25CF;</property>
22
 
          </object>
23
 
          <packing>
24
 
            <property name="left_attach">1</property>
25
 
            <property name="right_attach">3</property>
26
 
            <property name="top_attach">2</property>
27
 
            <property name="bottom_attach">3</property>
28
 
            <property name="y_options"></property>
29
 
          </packing>
30
 
        </child>
31
 
        <child>
32
 
          <object class="GtkEntry" id="username">
33
 
            <property name="visible">True</property>
34
 
            <property name="can_focus">True</property>
35
 
            <property name="invisible_char">&#x25CF;</property>
36
 
          </object>
37
 
          <packing>
38
 
            <property name="left_attach">1</property>
39
 
            <property name="right_attach">3</property>
40
 
            <property name="y_options"></property>
41
 
          </packing>
42
 
        </child>
43
 
        <child>
44
 
          <object class="GtkLabel" id="label_username">
45
 
            <property name="visible">True</property>
46
 
            <property name="xalign">0</property>
47
 
            <property name="label" translatable="yes">Login I_D:</property>
48
 
            <property name="use_underline">True</property>
49
 
            <property name="mnemonic_widget">username</property>
50
 
          </object>
51
 
          <packing>
52
 
            <property name="x_options">GTK_FILL</property>
53
 
            <property name="y_options"></property>
54
 
          </packing>
55
 
        </child>
56
 
        <child>
57
 
          <object class="GtkLabel" id="label_password">
58
 
            <property name="visible">True</property>
59
 
            <property name="xalign">0</property>
60
 
            <property name="label" translatable="yes">Pass_word:</property>
61
 
            <property name="use_underline">True</property>
62
 
            <property name="justify">right</property>
63
 
            <property name="mnemonic_widget">password</property>
64
 
          </object>
65
 
          <packing>
66
 
            <property name="top_attach">2</property>
67
 
            <property name="bottom_attach">3</property>
68
 
            <property name="x_options">GTK_FILL</property>
69
 
            <property name="y_options"></property>
70
 
          </packing>
71
 
        </child>
72
 
        <child>
73
 
          <object class="GtkVBox" id="vbox1">
74
 
            <property name="visible">True</property>
75
 
            <property name="orientation">vertical</property>
76
 
            <child>
77
 
              <object class="GtkLabel" id="label_username_example">
78
 
                <property name="visible">True</property>
79
 
                <property name="xalign">0</property>
80
 
                <property name="xpad">3</property>
81
 
                <property name="label" translatable="yes">&lt;span size="small"&gt;&lt;b&gt;Example:&lt;/b&gt; username&lt;/span&gt;</property>
82
 
                <property name="use_markup">True</property>
83
 
              </object>
84
 
              <packing>
85
 
                <property name="position">0</property>
86
 
              </packing>
87
 
            </child>
88
 
          </object>
89
 
          <packing>
90
 
            <property name="left_attach">1</property>
91
 
            <property name="right_attach">2</property>
92
 
            <property name="top_attach">1</property>
93
 
            <property name="bottom_attach">2</property>
94
 
          </packing>
95
 
        </child>
96
 
        <child>
97
 
          <placeholder/>
98
 
        </child>
99
 
        <child>
100
 
          <placeholder/>
 
12
        <property name="orientation">vertical</property>
 
13
        <child>
 
14
          <object class="GtkHBox" id="hbox_twitter_auth">
 
15
            <property name="visible">True</property>
 
16
            <child>
 
17
              <object class="GtkButton" id="twitter_auth_button">
 
18
                <property name="label" translatable="yes">_Authorize</property>
 
19
                <property name="visible">True</property>
 
20
                <property name="can_focus">True</property>
 
21
                <property name="receives_default">True</property>
 
22
                <property name="use_underline">True</property>
 
23
                <signal name="clicked" handler="on_twitter_auth_clicked"/>
 
24
              </object>
 
25
              <packing>
 
26
                <property name="position">0</property>
 
27
              </packing>
 
28
            </child>
 
29
            <child>
 
30
              <object class="GtkLabel" id="fb_auth_label">
 
31
                <property name="visible">True</property>
 
32
                <property name="label" translatable="yes">Authorize with twitter</property>
 
33
              </object>
 
34
              <packing>
 
35
                <property name="position">1</property>
 
36
              </packing>
 
37
            </child>
 
38
          </object>
 
39
          <packing>
 
40
            <property name="position">0</property>
 
41
          </packing>
 
42
        </child>
 
43
        <child>
 
44
          <object class="GtkHBox" id="hbox_twitter_auth_done">
 
45
            <property name="visible">True</property>
 
46
            <child>
 
47
              <object class="GtkLabel" id="fb_auth_done_label">
 
48
                <property name="visible">True</property>
 
49
                <property name="label" translatable="yes">Twitter authorized</property>
 
50
              </object>
 
51
              <packing>
 
52
                <property name="position">0</property>
 
53
              </packing>
 
54
            </child>
 
55
          </object>
 
56
          <packing>
 
57
            <property name="position">1</property>
 
58
          </packing>
101
59
        </child>
102
60
      </object>
103
61
      <packing>
104
 
        <property name="expand">False</property>
105
 
        <property name="fill">False</property>
106
62
        <property name="position">0</property>
107
63
      </packing>
108
64
    </child>