~euroford/gwibber-service-sina/trunk-1

« back to all changes in this revision

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

  • Committer: Ken VanDine
  • Date: 2011-04-13 19:10:26 UTC
  • Revision ID: ken.vandine@canonical.com-20110413191026-ygptur7ghb6qbeoo
init

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkVBox" id="vbox_settings">
 
6
    <property name="visible">True</property>
 
7
    <property name="spacing">6</property>
 
8
    <child>
 
9
      <object class="GtkVBox" id="vbox1">
 
10
        <property name="visible">True</property>
 
11
        <child>
 
12
          <object class="GtkHBox" id="hbox_sina_auth">
 
13
            <property name="visible">True</property>
 
14
            <child>
 
15
              <object class="GtkButton" id="sina_auth_button">
 
16
                <property name="label" translatable="yes">_Authorize</property>
 
17
                <property name="visible">True</property>
 
18
                <property name="can_focus">True</property>
 
19
                <property name="receives_default">True</property>
 
20
                <property name="use_underline">True</property>
 
21
                <signal name="clicked" handler="on_sina_auth_clicked"/>
 
22
              </object>
 
23
              <packing>
 
24
                <property name="fill">False</property>
 
25
                <property name="position">0</property>
 
26
              </packing>
 
27
            </child>
 
28
            <child>
 
29
              <object class="GtkLabel" id="sina_auth_label">
 
30
                <property name="visible">True</property>
 
31
                <property name="label" translatable="yes">Authorize with sina</property>
 
32
              </object>
 
33
              <packing>
 
34
                <property name="position">1</property>
 
35
              </packing>
 
36
            </child>
 
37
          </object>
 
38
          <packing>
 
39
            <property name="position">0</property>
 
40
          </packing>
 
41
        </child>
 
42
        <child>
 
43
          <object class="GtkHBox" id="hbox_sina_auth_done">
 
44
            <property name="visible">True</property>
 
45
            <child>
 
46
              <object class="GtkLabel" id="sina_auth_done_label">
 
47
                <property name="visible">True</property>
 
48
                <property name="label" translatable="yes">Sina authorized</property>
 
49
              </object>
 
50
              <packing>
 
51
                <property name="position">0</property>
 
52
              </packing>
 
53
            </child>
 
54
          </object>
 
55
          <packing>
 
56
            <property name="position">1</property>
 
57
          </packing>
 
58
        </child>
 
59
      </object>
 
60
      <packing>
 
61
        <property name="position">0</property>
 
62
      </packing>
 
63
    </child>
 
64
    <child>
 
65
      <object class="GtkHSeparator" id="hseparator1">
 
66
        <property name="visible">True</property>
 
67
      </object>
 
68
      <packing>
 
69
        <property name="expand">False</property>
 
70
        <property name="position">1</property>
 
71
      </packing>
 
72
    </child>
 
73
    <child>
 
74
      <object class="GtkVBox" id="vbox_advanced">
 
75
        <property name="visible">True</property>
 
76
        <property name="spacing">6</property>
 
77
        <child>
 
78
          <object class="GtkLabel" id="label3">
 
79
            <property name="visible">True</property>
 
80
            <property name="xalign">0</property>
 
81
            <property name="label" translatable="yes">Account Settings:</property>
 
82
            <attributes>
 
83
              <attribute name="weight" value="bold"/>
 
84
            </attributes>
 
85
          </object>
 
86
          <packing>
 
87
            <property name="position">0</property>
 
88
          </packing>
 
89
        </child>
 
90
        <child>
 
91
          <object class="GtkTable" id="table_advanced_settings">
 
92
            <property name="visible">True</property>
 
93
            <property name="n_rows">2</property>
 
94
            <property name="n_columns">3</property>
 
95
            <property name="column_spacing">12</property>
 
96
            <property name="row_spacing">6</property>
 
97
            <child>
 
98
              <object class="GtkCheckButton" id="send_enabled">
 
99
                <property name="label" translatable="yes">_Send Messages</property>
 
100
                <property name="visible">True</property>
 
101
                <property name="can_focus">True</property>
 
102
                <property name="receives_default">False</property>
 
103
                <property name="tooltip_text" translatable="yes">Allow sending posts to this account</property>
 
104
                <property name="use_underline">True</property>
 
105
                <property name="active">True</property>
 
106
                <property name="draw_indicator">True</property>
 
107
              </object>
 
108
              <packing>
 
109
                <property name="right_attach">3</property>
 
110
                <property name="top_attach">1</property>
 
111
                <property name="bottom_attach">2</property>
 
112
                <property name="x_options">GTK_FILL</property>
 
113
                <property name="y_options"></property>
 
114
              </packing>
 
115
            </child>
 
116
            <child>
 
117
              <object class="GtkCheckButton" id="receive_enabled">
 
118
                <property name="label" translatable="yes">_Receive Messages</property>
 
119
                <property name="visible">True</property>
 
120
                <property name="can_focus">True</property>
 
121
                <property name="receives_default">False</property>
 
122
                <property name="tooltip_text" translatable="yes">Include this account when downloading messages</property>
 
123
                <property name="use_underline">True</property>
 
124
                <property name="active">True</property>
 
125
                <property name="draw_indicator">True</property>
 
126
              </object>
 
127
              <packing>
 
128
                <property name="right_attach">3</property>
 
129
                <property name="x_options">GTK_FILL</property>
 
130
                <property name="y_options"></property>
 
131
              </packing>
 
132
            </child>
 
133
          </object>
 
134
          <packing>
 
135
            <property name="position">1</property>
 
136
          </packing>
 
137
        </child>
 
138
        <child>
 
139
          <object class="GtkHBox" id="hbox1">
 
140
            <property name="visible">True</property>
 
141
            <property name="homogeneous">True</property>
 
142
            <child>
 
143
              <object class="GtkLabel" id="label4">
 
144
                <property name="visible">True</property>
 
145
                <property name="tooltip_text" translatable="yes">Color used to help distinguish accounts</property>
 
146
                <property name="xalign">0</property>
 
147
                <property name="label" translatable="yes">Account Color:</property>
 
148
              </object>
 
149
              <packing>
 
150
                <property name="position">0</property>
 
151
              </packing>
 
152
            </child>
 
153
            <child>
 
154
              <object class="GtkColorButton" id="color">
 
155
                <property name="visible">True</property>
 
156
                <property name="can_focus">True</property>
 
157
                <property name="receives_default">True</property>
 
158
                <property name="tooltip_text" translatable="yes">Color used to help distinguish accounts</property>
 
159
                <property name="color">#000000000000</property>
 
160
              </object>
 
161
              <packing>
 
162
                <property name="expand">False</property>
 
163
                <property name="position">1</property>
 
164
              </packing>
 
165
            </child>
 
166
          </object>
 
167
          <packing>
 
168
            <property name="position">2</property>
 
169
          </packing>
 
170
        </child>
 
171
      </object>
 
172
      <packing>
 
173
        <property name="position">2</property>
 
174
      </packing>
 
175
    </child>
 
176
  </object>
 
177
</interface>