~ubuntu-branches/ubuntu/vivid/nautilus-pastebin/vivid

« back to all changes in this revision

Viewing changes to data/nautilus-pastebin-configurator.glade

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-10-02 14:46:39 UTC
  • Revision ID: james.westby@ubuntu.com-20091002144639-9qh33a65nbox0deq
Tags: upstream-0.2.1
ImportĀ upstreamĀ versionĀ 0.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkDialog" id="dialog_main">
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Nautilus Pastebin configuration panel</property>
 
8
    <property name="type_hint">normal</property>
 
9
    <property name="has_separator">False</property>
 
10
    <child internal-child="vbox">
 
11
      <object class="GtkVBox" id="dialog-vbox1">
 
12
        <property name="visible">True</property>
 
13
        <property name="orientation">vertical</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <object class="GtkVBox" id="vbox_options">
 
17
            <property name="visible">True</property>
 
18
            <property name="app_paintable">True</property>
 
19
            <property name="orientation">vertical</property>
 
20
            <child>
 
21
              <object class="GtkTable" id="table_options">
 
22
                <property name="visible">True</property>
 
23
                <property name="border_width">6</property>
 
24
                <property name="n_rows">4</property>
 
25
                <property name="n_columns">2</property>
 
26
                <property name="column_spacing">12</property>
 
27
                <property name="row_spacing">12</property>
 
28
                <child>
 
29
                  <object class="GtkLabel" id="label1">
 
30
                    <property name="visible">True</property>
 
31
                    <property name="xalign">0</property>
 
32
                    <property name="label" translatable="yes">&lt;b&gt;Pastebin&lt;/b&gt;:</property>
 
33
                    <property name="use_markup">True</property>
 
34
                  </object>
 
35
                  <packing>
 
36
                    <property name="y_options"></property>
 
37
                  </packing>
 
38
                </child>
 
39
                <child>
 
40
                  <object class="GtkLabel" id="label2">
 
41
                    <property name="visible">True</property>
 
42
                    <property name="xalign">0</property>
 
43
                    <property name="label" translatable="yes">&lt;b&gt;Open browser&lt;/b&gt;:</property>
 
44
                    <property name="use_markup">True</property>
 
45
                  </object>
 
46
                  <packing>
 
47
                    <property name="top_attach">1</property>
 
48
                    <property name="bottom_attach">2</property>
 
49
                    <property name="y_options"></property>
 
50
                  </packing>
 
51
                </child>
 
52
                <child>
 
53
                  <object class="GtkLabel" id="label3">
 
54
                    <property name="visible">True</property>
 
55
                    <property name="xalign">0</property>
 
56
                    <property name="label" translatable="yes">&lt;b&gt;Show a notification&lt;/b&gt;:</property>
 
57
                    <property name="use_markup">True</property>
 
58
                  </object>
 
59
                  <packing>
 
60
                    <property name="top_attach">2</property>
 
61
                    <property name="bottom_attach">3</property>
 
62
                    <property name="y_options"></property>
 
63
                  </packing>
 
64
                </child>
 
65
                <child>
 
66
                  <object class="GtkLabel" id="label4">
 
67
                    <property name="visible">True</property>
 
68
                    <property name="xalign">0</property>
 
69
                    <property name="label" translatable="yes">&lt;b&gt;Ask to confirm&lt;/b&gt;:</property>
 
70
                    <property name="use_markup">True</property>
 
71
                  </object>
 
72
                  <packing>
 
73
                    <property name="top_attach">3</property>
 
74
                    <property name="bottom_attach">4</property>
 
75
                    <property name="y_options"></property>
 
76
                  </packing>
 
77
                </child>
 
78
                <child>
 
79
                  <object class="GtkComboBox" id="combobox_pastebin">
 
80
                    <property name="visible">True</property>
 
81
                  </object>
 
82
                  <packing>
 
83
                    <property name="left_attach">1</property>
 
84
                    <property name="right_attach">2</property>
 
85
                  </packing>
 
86
                </child>
 
87
                <child>
 
88
                  <object class="GtkCheckButton" id="enable_open_browser">
 
89
                    <property name="visible">True</property>
 
90
                    <property name="can_focus">True</property>
 
91
                    <property name="receives_default">False</property>
 
92
                    <property name="draw_indicator">True</property>
 
93
                  </object>
 
94
                  <packing>
 
95
                    <property name="left_attach">1</property>
 
96
                    <property name="right_attach">2</property>
 
97
                    <property name="top_attach">1</property>
 
98
                    <property name="bottom_attach">2</property>
 
99
                  </packing>
 
100
                </child>
 
101
                <child>
 
102
                  <object class="GtkCheckButton" id="enable_notification">
 
103
                    <property name="visible">True</property>
 
104
                    <property name="can_focus">True</property>
 
105
                    <property name="receives_default">False</property>
 
106
                    <property name="draw_indicator">True</property>
 
107
                  </object>
 
108
                  <packing>
 
109
                    <property name="left_attach">1</property>
 
110
                    <property name="right_attach">2</property>
 
111
                    <property name="top_attach">2</property>
 
112
                    <property name="bottom_attach">3</property>
 
113
                  </packing>
 
114
                </child>
 
115
                <child>
 
116
                  <object class="GtkCheckButton" id="enable_confirmation">
 
117
                    <property name="visible">True</property>
 
118
                    <property name="can_focus">True</property>
 
119
                    <property name="receives_default">False</property>
 
120
                    <property name="draw_indicator">True</property>
 
121
                  </object>
 
122
                  <packing>
 
123
                    <property name="left_attach">1</property>
 
124
                    <property name="right_attach">2</property>
 
125
                    <property name="top_attach">3</property>
 
126
                    <property name="bottom_attach">4</property>
 
127
                  </packing>
 
128
                </child>
 
129
              </object>
 
130
              <packing>
 
131
                <property name="expand">False</property>
 
132
                <property name="position">0</property>
 
133
              </packing>
 
134
            </child>
 
135
          </object>
 
136
          <packing>
 
137
            <property name="position">1</property>
 
138
          </packing>
 
139
        </child>
 
140
        <child internal-child="action_area">
 
141
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
142
            <property name="visible">True</property>
 
143
            <property name="layout_style">end</property>
 
144
            <child>
 
145
              <placeholder/>
 
146
            </child>
 
147
            <child>
 
148
              <object class="GtkButton" id="button_close">
 
149
                <property name="label">gtk-close</property>
 
150
                <property name="visible">True</property>
 
151
                <property name="can_focus">True</property>
 
152
                <property name="receives_default">True</property>
 
153
                <property name="use_stock">True</property>
 
154
                <signal name="clicked" handler="on_button_close_clicked"/>
 
155
              </object>
 
156
              <packing>
 
157
                <property name="expand">False</property>
 
158
                <property name="fill">False</property>
 
159
                <property name="position">1</property>
 
160
              </packing>
 
161
            </child>
 
162
          </object>
 
163
          <packing>
 
164
            <property name="expand">False</property>
 
165
            <property name="pack_type">end</property>
 
166
            <property name="position">0</property>
 
167
          </packing>
 
168
        </child>
 
169
      </object>
 
170
    </child>
 
171
    <action-widgets>
 
172
      <action-widget response="0">button_close</action-widget>
 
173
    </action-widgets>
 
174
  </object>
 
175
</interface>