~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to src/dialogs/row-height.glade

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2
 
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
 
 
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--*- mode: xml -*-->
4
4
<glade-interface>
5
 
 
6
 
<widget class="GtkDialog" id="dialog">
7
 
  <property name="border_width">6</property>
8
 
  <property name="title" translatable="yes">Row Height</property>
9
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
10
 
  <property name="window_position">GTK_WIN_POS_NONE</property>
11
 
  <property name="modal">False</property>
12
 
  <property name="resizable">True</property>
13
 
  <property name="destroy_with_parent">False</property>
14
 
  <property name="has_separator">False</property>
15
 
 
16
 
  <child internal-child="vbox">
17
 
    <widget class="GtkVBox" id="dialog-vbox1">
18
 
      <property name="visible">True</property>
19
 
      <property name="homogeneous">False</property>
20
 
      <property name="spacing">6</property>
21
 
 
22
 
      <child internal-child="action_area">
23
 
        <widget class="GtkHButtonBox" id="dialog-action_area1">
24
 
          <property name="visible">True</property>
25
 
          <property name="layout_style">GTK_BUTTONBOX_END</property>
26
 
 
27
 
          <child>
28
 
            <widget class="GtkButton" id="help_button">
29
 
              <property name="visible">True</property>
30
 
              <property name="can_focus">True</property>
31
 
              <property name="label">gtk-help</property>
32
 
              <property name="use_stock">True</property>
33
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
34
 
              <property name="response_id">0</property>
35
 
            </widget>
36
 
          </child>
37
 
 
38
 
          <child>
39
 
            <widget class="GtkButton" id="apply_button">
40
 
              <property name="visible">True</property>
41
 
              <property name="can_default">True</property>
42
 
              <property name="can_focus">True</property>
43
 
              <property name="label">gtk-apply</property>
44
 
              <property name="use_stock">True</property>
45
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
46
 
              <property name="response_id">0</property>
47
 
            </widget>
48
 
          </child>
49
 
 
50
 
          <child>
51
 
            <widget class="GtkButton" id="cancel_button">
52
 
              <property name="visible">True</property>
53
 
              <property name="can_default">True</property>
54
 
              <property name="can_focus">True</property>
55
 
              <property name="label">gtk-close</property>
56
 
              <property name="use_stock">True</property>
57
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
58
 
              <property name="response_id">0</property>
59
 
            </widget>
60
 
          </child>
61
 
 
62
 
          <child>
63
 
            <widget class="GtkButton" id="ok_button">
64
 
              <property name="visible">True</property>
65
 
              <property name="can_default">True</property>
66
 
              <property name="has_default">True</property>
67
 
              <property name="can_focus">True</property>
68
 
              <property name="label">gtk-ok</property>
69
 
              <property name="use_stock">True</property>
70
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
71
 
              <property name="response_id">0</property>
72
 
            </widget>
73
 
          </child>
74
 
        </widget>
75
 
        <packing>
76
 
          <property name="padding">0</property>
77
 
          <property name="expand">False</property>
78
 
          <property name="fill">True</property>
79
 
          <property name="pack_type">GTK_PACK_END</property>
80
 
        </packing>
81
 
      </child>
82
 
 
83
 
      <child>
84
 
        <widget class="GtkTable" id="main_table">
85
 
          <property name="border_width">8</property>
86
 
          <property name="visible">True</property>
87
 
          <property name="n_rows">2</property>
88
 
          <property name="n_columns">3</property>
89
 
          <property name="homogeneous">False</property>
90
 
          <property name="row_spacing">12</property>
91
 
          <property name="column_spacing">12</property>
92
 
 
93
 
          <child>
94
 
            <widget class="GtkLabel" id="description">
95
 
              <property name="visible">True</property>
96
 
              <property name="label" translatable="yes"></property>
97
 
              <property name="use_underline">False</property>
98
 
              <property name="use_markup">False</property>
99
 
              <property name="justify">GTK_JUSTIFY_LEFT</property>
100
 
              <property name="wrap">True</property>
101
 
              <property name="selectable">False</property>
102
 
              <property name="xalign">0.5</property>
103
 
              <property name="yalign">0.5</property>
104
 
              <property name="xpad">0</property>
105
 
              <property name="ypad">0</property>
106
 
            </widget>
107
 
            <packing>
108
 
              <property name="left_attach">0</property>
109
 
              <property name="right_attach">3</property>
110
 
              <property name="top_attach">0</property>
111
 
              <property name="bottom_attach">1</property>
112
 
              <property name="x_options">fill</property>
113
 
              <property name="y_options"></property>
114
 
            </packing>
115
 
          </child>
116
 
 
117
 
          <child>
118
 
            <widget class="GtkLabel" id="label">
119
 
              <property name="visible">True</property>
120
 
              <property name="label" translatable="yes">_Row height (pt.):</property>
121
 
              <property name="use_underline">True</property>
122
 
              <property name="use_markup">False</property>
123
 
              <property name="justify">GTK_JUSTIFY_LEFT</property>
124
 
              <property name="wrap">False</property>
125
 
              <property name="selectable">False</property>
126
 
              <property name="xalign">0.5</property>
127
 
              <property name="yalign">0.5</property>
128
 
              <property name="xpad">0</property>
129
 
              <property name="ypad">0</property>
130
 
              <property name="mnemonic_widget">spin</property>
131
 
            </widget>
132
 
            <packing>
133
 
              <property name="left_attach">0</property>
134
 
              <property name="right_attach">1</property>
135
 
              <property name="top_attach">1</property>
136
 
              <property name="bottom_attach">2</property>
137
 
              <property name="x_options">fill</property>
138
 
              <property name="y_options"></property>
139
 
            </packing>
140
 
          </child>
141
 
 
142
 
          <child>
143
 
            <widget class="GtkSpinButton" id="spin">
144
 
              <property name="visible">True</property>
145
 
              <property name="can_focus">True</property>
146
 
              <property name="climb_rate">1</property>
147
 
              <property name="digits">3</property>
148
 
              <property name="numeric">True</property>
149
 
              <property name="update_policy">GTK_UPDATE_ALWAYS</property>
150
 
              <property name="snap_to_ticks">False</property>
151
 
              <property name="wrap">False</property>
152
 
              <property name="adjustment">5 5 1000 1 5 5</property>
153
 
            </widget>
154
 
            <packing>
155
 
              <property name="left_attach">1</property>
156
 
              <property name="right_attach">2</property>
157
 
              <property name="top_attach">1</property>
158
 
              <property name="bottom_attach">2</property>
159
 
              <property name="y_options"></property>
160
 
            </packing>
161
 
          </child>
162
 
 
163
 
          <child>
164
 
            <widget class="GtkCheckButton" id="default_check">
165
 
              <property name="visible">True</property>
166
 
              <property name="can_focus">True</property>
167
 
              <property name="label" translatable="yes">_Use Default</property>
168
 
              <property name="use_underline">True</property>
169
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
170
 
              <property name="active">False</property>
171
 
              <property name="inconsistent">False</property>
172
 
              <property name="draw_indicator">True</property>
173
 
            </widget>
174
 
            <packing>
175
 
              <property name="left_attach">2</property>
176
 
              <property name="right_attach">3</property>
177
 
              <property name="top_attach">1</property>
178
 
              <property name="bottom_attach">2</property>
179
 
              <property name="x_options">fill</property>
180
 
              <property name="y_options"></property>
181
 
            </packing>
182
 
          </child>
183
 
        </widget>
184
 
        <packing>
185
 
          <property name="padding">0</property>
186
 
          <property name="expand">False</property>
187
 
          <property name="fill">False</property>
188
 
        </packing>
189
 
      </child>
190
 
    </widget>
191
 
  </child>
192
 
</widget>
193
 
 
 
5
  <widget class="GtkDialog" id="dialog">
 
6
    <property name="border_width">6</property>
 
7
    <property name="title" translatable="yes">Row Height</property>
 
8
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
9
    <property name="has_separator">False</property>
 
10
    <child internal-child="vbox">
 
11
      <widget class="GtkVBox" id="dialog-vbox1">
 
12
        <property name="visible">True</property>
 
13
        <property name="spacing">6</property>
 
14
        <child>
 
15
          <widget class="GtkTable" id="main_table">
 
16
            <property name="visible">True</property>
 
17
            <property name="border_width">8</property>
 
18
            <property name="n_rows">4</property>
 
19
            <property name="n_columns">3</property>
 
20
            <property name="column_spacing">12</property>
 
21
            <property name="row_spacing">12</property>
 
22
            <child>
 
23
              <placeholder/>
 
24
            </child>
 
25
            <child>
 
26
              <placeholder/>
 
27
            </child>
 
28
            <child>
 
29
              <placeholder/>
 
30
            </child>
 
31
            <child>
 
32
              <placeholder/>
 
33
            </child>
 
34
            <child>
 
35
              <widget class="GtkLabel" id="description">
 
36
                <property name="visible">True</property>
 
37
                <property name="wrap">True</property>
 
38
              </widget>
 
39
              <packing>
 
40
                <property name="right_attach">3</property>
 
41
                <property name="x_options">GTK_FILL</property>
 
42
                <property name="y_options"></property>
 
43
              </packing>
 
44
            </child>
 
45
            <child>
 
46
              <widget class="GtkLabel" id="label">
 
47
                <property name="visible">True</property>
 
48
                <property name="xalign">0</property>
 
49
                <property name="label" translatable="yes">_Row height in pixels:</property>
 
50
                <property name="use_underline">True</property>
 
51
              </widget>
 
52
              <packing>
 
53
                <property name="top_attach">1</property>
 
54
                <property name="bottom_attach">2</property>
 
55
                <property name="x_options">GTK_FILL</property>
 
56
                <property name="y_options"></property>
 
57
              </packing>
 
58
            </child>
 
59
            <child>
 
60
              <widget class="GtkSpinButton" id="spin">
 
61
                <property name="visible">True</property>
 
62
                <property name="can_focus">True</property>
 
63
                <property name="adjustment">5 5 1000 1 5 0</property>
 
64
                <property name="climb_rate">1</property>
 
65
                <property name="numeric">True</property>
 
66
              </widget>
 
67
              <packing>
 
68
                <property name="left_attach">1</property>
 
69
                <property name="right_attach">2</property>
 
70
                <property name="top_attach">1</property>
 
71
                <property name="bottom_attach">2</property>
 
72
                <property name="y_options"></property>
 
73
              </packing>
 
74
            </child>
 
75
            <child>
 
76
              <widget class="GtkCheckButton" id="default_check">
 
77
                <property name="visible">True</property>
 
78
                <property name="can_focus">True</property>
 
79
                <property name="label" translatable="yes">_Use Default</property>
 
80
                <property name="use_underline">True</property>
 
81
                <property name="response_id">0</property>
 
82
                <property name="draw_indicator">True</property>
 
83
              </widget>
 
84
              <packing>
 
85
                <property name="left_attach">2</property>
 
86
                <property name="right_attach">3</property>
 
87
                <property name="top_attach">1</property>
 
88
                <property name="bottom_attach">2</property>
 
89
                <property name="x_options">GTK_FILL</property>
 
90
                <property name="y_options"></property>
 
91
              </packing>
 
92
            </child>
 
93
            <child>
 
94
              <widget class="GtkLabel" id="label1">
 
95
                <property name="visible">True</property>
 
96
                <property name="xalign">0</property>
 
97
                <property name="label" translatable="yes">Row height in points:</property>
 
98
              </widget>
 
99
              <packing>
 
100
                <property name="top_attach">2</property>
 
101
                <property name="bottom_attach">3</property>
 
102
                <property name="x_options">GTK_FILL</property>
 
103
                <property name="y_options"></property>
 
104
              </packing>
 
105
            </child>
 
106
            <child>
 
107
              <widget class="GtkLabel" id="pts-label">
 
108
                <property name="visible">True</property>
 
109
                <property name="xalign">0</property>
 
110
                <property name="xpad">3</property>
 
111
                <property name="label" translatable="yes">x</property>
 
112
              </widget>
 
113
              <packing>
 
114
                <property name="left_attach">1</property>
 
115
                <property name="right_attach">2</property>
 
116
                <property name="top_attach">2</property>
 
117
                <property name="bottom_attach">3</property>
 
118
                <property name="x_options">GTK_FILL</property>
 
119
                <property name="y_options"></property>
 
120
              </packing>
 
121
            </child>
 
122
          </widget>
 
123
          <packing>
 
124
            <property name="position">1</property>
 
125
          </packing>
 
126
        </child>
 
127
        <child internal-child="action_area">
 
128
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
129
            <property name="visible">True</property>
 
130
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
131
            <child>
 
132
              <widget class="GtkButton" id="help_button">
 
133
                <property name="visible">True</property>
 
134
                <property name="can_focus">True</property>
 
135
                <property name="label">gtk-help</property>
 
136
                <property name="use_stock">True</property>
 
137
                <property name="response_id">0</property>
 
138
              </widget>
 
139
            </child>
 
140
            <child>
 
141
              <widget class="GtkButton" id="apply_button">
 
142
                <property name="visible">True</property>
 
143
                <property name="can_focus">True</property>
 
144
                <property name="can_default">True</property>
 
145
                <property name="label">gtk-apply</property>
 
146
                <property name="use_stock">True</property>
 
147
                <property name="response_id">0</property>
 
148
              </widget>
 
149
              <packing>
 
150
                <property name="position">1</property>
 
151
              </packing>
 
152
            </child>
 
153
            <child>
 
154
              <widget class="GtkButton" id="cancel_button">
 
155
                <property name="visible">True</property>
 
156
                <property name="can_focus">True</property>
 
157
                <property name="can_default">True</property>
 
158
                <property name="label">gtk-close</property>
 
159
                <property name="use_stock">True</property>
 
160
                <property name="response_id">0</property>
 
161
              </widget>
 
162
              <packing>
 
163
                <property name="position">2</property>
 
164
              </packing>
 
165
            </child>
 
166
            <child>
 
167
              <widget class="GtkButton" id="ok_button">
 
168
                <property name="visible">True</property>
 
169
                <property name="can_focus">True</property>
 
170
                <property name="can_default">True</property>
 
171
                <property name="has_default">True</property>
 
172
                <property name="label">gtk-ok</property>
 
173
                <property name="use_stock">True</property>
 
174
                <property name="response_id">0</property>
 
175
              </widget>
 
176
              <packing>
 
177
                <property name="position">3</property>
 
178
              </packing>
 
179
            </child>
 
180
          </widget>
 
181
          <packing>
 
182
            <property name="expand">False</property>
 
183
            <property name="pack_type">GTK_PACK_END</property>
 
184
          </packing>
 
185
        </child>
 
186
      </widget>
 
187
    </child>
 
188
  </widget>
194
189
</glade-interface>