~ubuntu-branches/ubuntu/utopic/gnome-chemistry-utils/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/paint/atoms/orbital.ui

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-10 21:30:51 UTC
  • mfrom: (1.1.15) (2.1.25 sid)
  • Revision ID: package-import@ubuntu.com-20130510213051-mswxsp3vitsgqspm
Tags: 0.14.2-1ubuntu1
* Sync with Debian. Remaining change:
  - Build-depend on firefox-dev instead of xulrunner-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy project-wide -->
5
 
  <object class="GtkTable" id="orbital">
 
4
  <object class="GtkAdjustment" id="coef-adj">
 
5
    <property name="lower">-1</property>
 
6
    <property name="upper">1</property>
 
7
    <property name="value">1</property>
 
8
    <property name="step_increment">0.01</property>
 
9
    <property name="page_increment">0.10000000000000001</property>
 
10
  </object>
 
11
  <object class="GtkGrid" id="orbital">
6
12
    <property name="visible">True</property>
7
 
    <property name="n_rows">8</property>
8
 
    <property name="n_columns">3</property>
9
 
    <property name="column_spacing">10</property>
 
13
    <property name="can_focus">False</property>
 
14
    <property name="border_width">12</property>
10
15
    <property name="row_spacing">6</property>
 
16
    <property name="column_spacing">12</property>
11
17
    <child>
12
18
      <object class="GtkLabel" id="prop-lbl">
13
19
        <property name="visible">True</property>
 
20
        <property name="can_focus">False</property>
14
21
        <property name="xalign">0</property>
15
22
        <property name="label" translatable="yes">&lt;b&gt;Property&lt;/b&gt;</property>
16
23
        <property name="use_markup">True</property>
17
24
      </object>
18
25
      <packing>
19
 
        <property name="x_options">GTK_FILL</property>
20
 
        <property name="y_options"></property>
 
26
        <property name="left_attach">0</property>
 
27
        <property name="top_attach">0</property>
 
28
        <property name="width">1</property>
 
29
        <property name="height">1</property>
21
30
      </packing>
22
31
    </child>
23
32
    <child>
24
33
      <object class="GtkLabel" id="value_lbl">
25
34
        <property name="visible">True</property>
 
35
        <property name="can_focus">False</property>
26
36
        <property name="xalign">0</property>
27
37
        <property name="label" translatable="yes">&lt;b&gt;Value&lt;/b&gt;</property>
28
38
        <property name="use_markup">True</property>
29
39
      </object>
30
40
      <packing>
31
41
        <property name="left_attach">1</property>
32
 
        <property name="right_attach">2</property>
33
 
        <property name="x_options">GTK_FILL</property>
34
 
        <property name="y_options"></property>
 
42
        <property name="top_attach">0</property>
 
43
        <property name="width">1</property>
 
44
        <property name="height">1</property>
35
45
      </packing>
36
46
    </child>
37
47
    <child>
38
48
      <object class="GtkLabel" id="coef-lbl">
39
49
        <property name="visible">True</property>
 
50
        <property name="can_focus">False</property>
40
51
        <property name="xalign">0</property>
41
52
        <property name="label" translatable="yes">_Coefficient:</property>
42
53
        <property name="use_underline">True</property>
43
54
      </object>
44
55
      <packing>
 
56
        <property name="left_attach">0</property>
45
57
        <property name="top_attach">1</property>
46
 
        <property name="bottom_attach">2</property>
47
 
        <property name="x_options">GTK_FILL</property>
48
 
        <property name="y_options"></property>
 
58
        <property name="width">1</property>
 
59
        <property name="height">1</property>
49
60
      </packing>
50
61
    </child>
51
62
    <child>
52
63
      <object class="GtkLabel" id="rotation-lbl">
53
64
        <property name="visible">True</property>
 
65
        <property name="can_focus">False</property>
54
66
        <property name="xalign">0</property>
55
67
        <property name="label" translatable="yes">_Rotation:</property>
56
68
        <property name="use_underline">True</property>
57
69
      </object>
58
70
      <packing>
 
71
        <property name="left_attach">0</property>
59
72
        <property name="top_attach">2</property>
60
 
        <property name="bottom_attach">3</property>
61
 
        <property name="x_options">GTK_FILL</property>
62
 
        <property name="y_options"></property>
 
73
        <property name="width">1</property>
 
74
        <property name="height">1</property>
63
75
      </packing>
64
76
    </child>
65
77
    <child>
66
78
      <object class="GtkSpinButton" id="coef-btn">
67
79
        <property name="visible">True</property>
68
80
        <property name="can_focus">True</property>
 
81
        <property name="has_tooltip">True</property>
 
82
        <property name="tooltip_markup" translatable="yes">Orbital coefficient for the current atom. The size of the representation of the orbital will be proportional to this coefficient.</property>
69
83
        <property name="tooltip_text" translatable="yes">Orbital coefficient for the current atom. The size of the representation of the orbital will be proportional to this coefficient.</property>
70
 
        <property name="invisible_char">&#x25CF;</property>
 
84
        <property name="invisible_char">●</property>
 
85
        <property name="invisible_char_set">True</property>
71
86
        <property name="adjustment">coef-adj</property>
72
87
        <property name="digits">2</property>
73
88
      </object>
74
89
      <packing>
75
90
        <property name="left_attach">1</property>
76
 
        <property name="right_attach">2</property>
77
91
        <property name="top_attach">1</property>
78
 
        <property name="bottom_attach">2</property>
79
 
        <property name="x_options">GTK_FILL</property>
80
 
        <property name="y_options"></property>
 
92
        <property name="width">1</property>
 
93
        <property name="height">1</property>
81
94
      </packing>
82
95
    </child>
83
96
    <child>
84
 
      <object class="GtkLabel" id="space-lbl">
 
97
      <object class="GtkSpinButton" id="rotation-btn">
85
98
        <property name="visible">True</property>
 
99
        <property name="can_focus">True</property>
 
100
        <property name="invisible_char">●</property>
 
101
        <property name="invisible_char_set">True</property>
 
102
        <property name="adjustment">rotation-adj</property>
86
103
      </object>
87
104
      <packing>
88
 
        <property name="left_attach">2</property>
89
 
        <property name="right_attach">3</property>
90
 
        <property name="y_options"></property>
 
105
        <property name="left_attach">1</property>
 
106
        <property name="top_attach">2</property>
 
107
        <property name="width">1</property>
 
108
        <property name="height">1</property>
91
109
      </packing>
92
110
    </child>
93
111
    <child>
94
112
      <object class="GtkLabel" id="type-lbl">
95
113
        <property name="visible">True</property>
 
114
        <property name="can_focus">False</property>
96
115
        <property name="xalign">0</property>
97
116
        <property name="label" translatable="yes">&lt;b&gt;Type:&lt;/b&gt;</property>
98
117
        <property name="use_markup">True</property>
99
118
      </object>
100
119
      <packing>
 
120
        <property name="left_attach">0</property>
101
121
        <property name="top_attach">3</property>
102
 
        <property name="bottom_attach">4</property>
103
 
        <property name="x_options">GTK_FILL</property>
104
 
        <property name="y_options"></property>
 
122
        <property name="width">1</property>
 
123
        <property name="height">1</property>
105
124
      </packing>
106
125
    </child>
107
126
    <child>
110
129
        <property name="visible">True</property>
111
130
        <property name="can_focus">True</property>
112
131
        <property name="receives_default">False</property>
 
132
        <property name="use_action_appearance">False</property>
113
133
        <property name="relief">half</property>
114
 
        <property name="xalign">0.47999998927116394</property>
 
134
        <property name="xalign">0</property>
115
135
        <property name="active">True</property>
116
136
        <property name="draw_indicator">True</property>
117
137
      </object>
118
138
      <packing>
 
139
        <property name="left_attach">0</property>
119
140
        <property name="top_attach">4</property>
120
 
        <property name="bottom_attach">5</property>
121
 
        <property name="x_options">GTK_FILL</property>
122
 
        <property name="y_options"></property>
 
141
        <property name="width">1</property>
 
142
        <property name="height">1</property>
123
143
      </packing>
124
144
    </child>
125
145
    <child>
128
148
        <property name="visible">True</property>
129
149
        <property name="can_focus">True</property>
130
150
        <property name="receives_default">False</property>
131
 
        <property name="xalign">0.56999999284744263</property>
132
 
        <property name="yalign">0.51999998092651367</property>
 
151
        <property name="use_action_appearance">False</property>
 
152
        <property name="xalign">0</property>
133
153
        <property name="active">True</property>
134
154
        <property name="draw_indicator">True</property>
135
155
        <property name="group">s-btn</property>
136
156
      </object>
137
157
      <packing>
 
158
        <property name="left_attach">0</property>
138
159
        <property name="top_attach">5</property>
139
 
        <property name="bottom_attach">6</property>
140
 
        <property name="x_options">GTK_FILL</property>
141
 
        <property name="y_options"></property>
 
160
        <property name="width">1</property>
 
161
        <property name="height">1</property>
142
162
      </packing>
143
163
    </child>
144
164
    <child>
146
166
        <property name="visible">True</property>
147
167
        <property name="can_focus">True</property>
148
168
        <property name="receives_default">False</property>
 
169
        <property name="use_action_appearance">False</property>
 
170
        <property name="xalign">0</property>
149
171
        <property name="active">True</property>
150
172
        <property name="draw_indicator">True</property>
151
173
        <property name="group">s-btn</property>
152
174
        <child>
153
175
          <object class="GtkLabel" id="dxy-lbl">
154
176
            <property name="visible">True</property>
 
177
            <property name="can_focus">False</property>
 
178
            <property name="xalign">0</property>
155
179
            <property name="label" translatable="yes">d&lt;sub&gt;xy&lt;/sub&gt;</property>
156
180
            <property name="use_markup">True</property>
157
181
            <property name="justify">center</property>
159
183
        </child>
160
184
      </object>
161
185
      <packing>
 
186
        <property name="left_attach">0</property>
162
187
        <property name="top_attach">6</property>
163
 
        <property name="bottom_attach">7</property>
164
 
        <property name="x_options">GTK_FILL</property>
165
 
        <property name="y_options"></property>
 
188
        <property name="width">1</property>
 
189
        <property name="height">1</property>
166
190
      </packing>
167
191
    </child>
168
192
    <child>
170
194
        <property name="visible">True</property>
171
195
        <property name="can_focus">True</property>
172
196
        <property name="receives_default">False</property>
 
197
        <property name="use_action_appearance">False</property>
 
198
        <property name="xalign">0</property>
173
199
        <property name="active">True</property>
174
200
        <property name="draw_indicator">True</property>
175
201
        <property name="group">s-btn</property>
176
202
        <child>
177
203
          <object class="GtkLabel" id="dz2-lbl">
178
204
            <property name="visible">True</property>
 
205
            <property name="can_focus">False</property>
 
206
            <property name="xalign">0</property>
179
207
            <property name="label" translatable="yes">d&lt;sub&gt;z&lt;span size="smaller" rise="0"&gt;2&lt;/span&gt;&lt;/sub&gt;</property>
180
208
            <property name="use_markup">True</property>
181
209
          </object>
182
210
        </child>
183
211
      </object>
184
212
      <packing>
 
213
        <property name="left_attach">0</property>
185
214
        <property name="top_attach">7</property>
186
 
        <property name="bottom_attach">8</property>
187
 
        <property name="x_options">GTK_FILL</property>
188
 
        <property name="y_options"></property>
189
 
      </packing>
190
 
    </child>
191
 
    <child>
192
 
      <placeholder/>
193
 
    </child>
194
 
    <child>
195
 
      <placeholder/>
196
 
    </child>
197
 
    <child>
198
 
      <placeholder/>
199
 
    </child>
200
 
    <child>
201
 
      <placeholder/>
202
 
    </child>
203
 
    <child>
204
 
      <placeholder/>
205
 
    </child>
206
 
    <child>
207
 
      <placeholder/>
208
 
    </child>
209
 
    <child>
210
 
      <placeholder/>
211
 
    </child>
212
 
    <child>
213
 
      <placeholder/>
214
 
    </child>
215
 
    <child>
216
 
      <placeholder/>
217
 
    </child>
218
 
    <child>
219
 
      <placeholder/>
220
 
    </child>
221
 
    <child>
222
 
      <placeholder/>
223
 
    </child>
224
 
    <child>
225
 
      <placeholder/>
226
 
    </child>
227
 
    <child>
228
 
      <object class="GtkSpinButton" id="rotation-btn">
229
 
        <property name="visible">True</property>
230
 
        <property name="can_focus">True</property>
231
 
        <property name="invisible_char">&#x25CF;</property>
232
 
        <property name="adjustment">rotation-adj</property>
233
 
      </object>
234
 
      <packing>
235
 
        <property name="left_attach">1</property>
236
 
        <property name="right_attach">2</property>
237
 
        <property name="top_attach">2</property>
238
 
        <property name="bottom_attach">3</property>
239
 
      </packing>
240
 
    </child>
241
 
  </object>
242
 
  <object class="GtkAdjustment" id="coef-adj">
243
 
    <property name="value">1</property>
244
 
    <property name="lower">-1</property>
245
 
    <property name="upper">1</property>
246
 
    <property name="step_increment">0.01</property>
247
 
    <property name="page_increment">0.10000000000000001</property>
 
215
        <property name="width">1</property>
 
216
        <property name="height">1</property>
 
217
      </packing>
 
218
    </child>
248
219
  </object>
249
220
  <object class="GtkAdjustment" id="rotation-adj">
250
221
    <property name="lower">-180</property>