~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to GlobalDialogs.glade

  • Committer: Umang Varma
  • Date: 2013-01-24 19:58:16 UTC
  • Revision ID: git-v1:1d331b50a0cafee6024ca88f5ea5a4f18362b8c3
Ability to modify categories through settings

Still a work in progress. Can only edit existing categories right now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
          </packing>
117
117
        </child>
118
118
        <child>
119
 
          <object class="GtkNotebook" id="notebook1">
 
119
          <object class="GtkNotebook" id="nbSettings">
120
120
            <property name="visible">True</property>
121
121
            <property name="can_focus">True</property>
122
122
            <child>
123
 
              <object class="GtkGrid" id="gDflt">
 
123
              <object class="GtkBox" id="boxcategoriesOuter">
124
124
                <property name="visible">True</property>
125
125
                <property name="can_focus">False</property>
126
 
                <property name="column_spacing">10</property>
127
 
                <child>
128
 
                  <object class="GtkLabel" id="ldfltColor">
129
 
                    <property name="visible">True</property>
130
 
                    <property name="can_focus">False</property>
131
 
                    <property name="label" translatable="yes">_Background color</property>
132
 
                    <property name="use_underline">True</property>
133
 
                  </object>
134
 
                  <packing>
135
 
                    <property name="left_attach">0</property>
136
 
                    <property name="top_attach">0</property>
137
 
                    <property name="width">1</property>
138
 
                    <property name="height">1</property>
139
 
                  </packing>
140
 
                </child>
141
 
                <child>
142
 
                  <object class="GtkColorButton" id="bgcolor">
143
 
                    <property name="visible">True</property>
144
 
                    <property name="can_focus">True</property>
145
 
                    <property name="receives_default">True</property>
146
 
                    <property name="title" translatable="yes">Pick a Background Color</property>
147
 
                    <property name="color">#ffffeeee0000</property>
148
 
                    <signal name="color-set" handler="update_color" swapped="no"/>
149
 
                  </object>
150
 
                  <packing>
151
 
                    <property name="left_attach">1</property>
152
 
                    <property name="top_attach">0</property>
153
 
                    <property name="width">1</property>
154
 
                    <property name="height">1</property>
155
 
                  </packing>
156
 
                </child>
157
 
                <child>
158
 
                  <object class="GtkLabel" id="ldfltTextColor">
159
 
                    <property name="visible">True</property>
160
 
                    <property name="can_focus">False</property>
161
 
                    <property name="label" translatable="yes">Text color</property>
162
 
                  </object>
163
 
                  <packing>
164
 
                    <property name="left_attach">0</property>
165
 
                    <property name="top_attach">1</property>
166
 
                    <property name="width">1</property>
167
 
                    <property name="height">1</property>
168
 
                  </packing>
169
 
                </child>
170
 
                <child>
171
 
                  <object class="GtkColorButton" id="textcolor">
172
 
                    <property name="visible">True</property>
173
 
                    <property name="can_focus">True</property>
174
 
                    <property name="receives_default">True</property>
175
 
                    <signal name="color-set" handler="update_textcolor" swapped="no"/>
176
 
                  </object>
177
 
                  <packing>
178
 
                    <property name="left_attach">1</property>
179
 
                    <property name="top_attach">1</property>
180
 
                    <property name="width">1</property>
181
 
                    <property name="height">1</property>
 
126
                <property name="orientation">vertical</property>
 
127
                <child>
 
128
                  <object class="GtkScrolledWindow" id="scrolledwindow1">
 
129
                    <property name="width_request">300</property>
 
130
                    <property name="height_request">200</property>
 
131
                    <property name="visible">True</property>
 
132
                    <property name="can_focus">True</property>
 
133
                    <property name="shadow_type">in</property>
 
134
                    <child>
 
135
                      <object class="GtkViewport" id="viewport1">
 
136
                        <property name="visible">True</property>
 
137
                        <property name="can_focus">False</property>
 
138
                        <child>
 
139
                          <object class="GtkBox" id="boxCategories">
 
140
                            <property name="visible">True</property>
 
141
                            <property name="can_focus">False</property>
 
142
                            <property name="orientation">vertical</property>
 
143
                            <child>
 
144
                              <placeholder/>
 
145
                            </child>
 
146
                          </object>
 
147
                        </child>
 
148
                      </object>
 
149
                    </child>
 
150
                  </object>
 
151
                  <packing>
 
152
                    <property name="expand">False</property>
 
153
                    <property name="fill">True</property>
 
154
                    <property name="position">0</property>
 
155
                  </packing>
 
156
                </child>
 
157
                <child>
 
158
                  <object class="GtkToolbar" id="barCategory">
 
159
                    <property name="visible">True</property>
 
160
                    <property name="can_focus">False</property>
 
161
                    <property name="icon_size">2</property>
 
162
                    <child>
 
163
                      <object class="GtkToolButton" id="catAdd">
 
164
                        <property name="visible">True</property>
 
165
                        <property name="can_focus">False</property>
 
166
                        <property name="tooltip_text" translatable="yes">Add</property>
 
167
                        <property name="label" translatable="yes">Add</property>
 
168
                        <property name="use_underline">True</property>
 
169
                        <property name="stock_id">gtk-add</property>
 
170
                      </object>
 
171
                      <packing>
 
172
                        <property name="expand">False</property>
 
173
                        <property name="homogeneous">True</property>
 
174
                      </packing>
 
175
                    </child>
 
176
                    <child>
 
177
                      <object class="GtkToolButton" id="catDel">
 
178
                        <property name="visible">True</property>
 
179
                        <property name="can_focus">False</property>
 
180
                        <property name="label" translatable="yes">Delete</property>
 
181
                        <property name="use_underline">True</property>
 
182
                        <property name="stock_id">gtk-remove</property>
 
183
                      </object>
 
184
                      <packing>
 
185
                        <property name="expand">False</property>
 
186
                        <property name="homogeneous">True</property>
 
187
                      </packing>
 
188
                    </child>
 
189
                    <child>
 
190
                      <object class="GtkSeparatorToolItem" id="sep1">
 
191
                        <property name="visible">True</property>
 
192
                        <property name="can_focus">False</property>
 
193
                      </object>
 
194
                      <packing>
 
195
                        <property name="expand">False</property>
 
196
                        <property name="homogeneous">True</property>
 
197
                      </packing>
 
198
                    </child>
 
199
                    <child>
 
200
                      <object class="GtkToolButton" id="mkDefault">
 
201
                        <property name="visible">True</property>
 
202
                        <property name="can_focus">False</property>
 
203
                        <property name="label" translatable="yes">Make Default</property>
 
204
                        <property name="use_underline">True</property>
 
205
                        <property name="stock_id">gtk-index</property>
 
206
                      </object>
 
207
                      <packing>
 
208
                        <property name="expand">False</property>
 
209
                        <property name="homogeneous">True</property>
 
210
                      </packing>
 
211
                    </child>
 
212
                  </object>
 
213
                  <packing>
 
214
                    <property name="expand">False</property>
 
215
                    <property name="fill">True</property>
 
216
                    <property name="position">1</property>
182
217
                  </packing>
183
218
                </child>
184
219
              </object>
185
220
            </child>
186
221
            <child type="tab">
187
 
              <object class="GtkLabel" id="labDfltSettings">
 
222
              <object class="GtkLabel" id="labCatSettings">
188
223
                <property name="visible">True</property>
189
224
                <property name="can_focus">False</property>
190
 
                <property name="label" translatable="yes">_Default Settings</property>
 
225
                <property name="label" translatable="yes">_Categories</property>
191
226
                <property name="use_underline">True</property>
192
227
              </object>
193
228
              <packing>