71
by Umang Varma
Ability to modify categories through settings |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
121
by Umang Varma
Removed shadow feature |
2 |
<!-- Generated with glade 3.18.3 -->
|
71
by Umang Varma
Ability to modify categories through settings |
3 |
<interface>
|
121
by Umang Varma
Removed shadow feature |
4 |
<requires lib="gtk+" version="3.0"/> |
88
by Umang Varma
Functionality to change the amount of "shadow" |
5 |
<object class="GtkAdjustment" id="adjShadow"> |
6 |
<property name="upper">100</property> |
|
7 |
<property name="value">100</property> |
|
8 |
<property name="step_increment">1</property> |
|
9 |
<property name="page_increment">10</property> |
|
10 |
</object>
|
|
75
by Umang Varma
Add and delete category |
11 |
<object class="GtkMessageDialog" id="confirmDelete"> |
12 |
<property name="can_focus">False</property> |
|
13 |
<property name="border_width">5</property> |
|
14 |
<property name="type_hint">dialog</property> |
|
15 |
<property name="skip_taskbar_hint">True</property> |
|
16 |
<property name="message_type">warning</property> |
|
17 |
<property name="text" translatable="yes">Are you sure you want to delete this category?</property> |
|
18 |
<child internal-child="vbox"> |
|
19 |
<object class="GtkBox" id="messagedialog-vbox1"> |
|
20 |
<property name="can_focus">False</property> |
|
21 |
<property name="orientation">vertical</property> |
|
22 |
<property name="spacing">2</property> |
|
23 |
<child internal-child="action_area"> |
|
24 |
<object class="GtkButtonBox" id="messagedialog-action_area1"> |
|
25 |
<property name="can_focus">False</property> |
|
26 |
<property name="layout_style">end</property> |
|
27 |
<child>
|
|
28 |
<object class="GtkButton" id="bCancel"> |
|
29 |
<property name="label">gtk-cancel</property> |
|
30 |
<property name="visible">True</property> |
|
31 |
<property name="can_focus">True</property> |
|
32 |
<property name="receives_default">True</property> |
|
33 |
<property name="use_stock">True</property> |
|
34 |
</object>
|
|
35 |
<packing>
|
|
36 |
<property name="expand">False</property> |
|
37 |
<property name="fill">True</property> |
|
38 |
<property name="position">0</property> |
|
39 |
</packing>
|
|
40 |
</child>
|
|
41 |
<child>
|
|
42 |
<object class="GtkButton" id="bDelete"> |
|
43 |
<property name="label">gtk-delete</property> |
|
44 |
<property name="visible">True</property> |
|
45 |
<property name="can_focus">True</property> |
|
46 |
<property name="receives_default">True</property> |
|
47 |
<property name="use_stock">True</property> |
|
48 |
</object>
|
|
49 |
<packing>
|
|
50 |
<property name="expand">False</property> |
|
51 |
<property name="fill">True</property> |
|
52 |
<property name="position">1</property> |
|
53 |
</packing>
|
|
54 |
</child>
|
|
55 |
</object>
|
|
56 |
<packing>
|
|
57 |
<property name="expand">False</property> |
|
58 |
<property name="fill">True</property> |
|
59 |
<property name="pack_type">end</property> |
|
60 |
<property name="position">0</property> |
|
61 |
</packing>
|
|
62 |
</child>
|
|
63 |
</object>
|
|
64 |
</child>
|
|
65 |
<action-widgets>
|
|
66 |
<action-widget response="0">bCancel</action-widget> |
|
67 |
<action-widget response="1">bDelete</action-widget> |
|
68 |
</action-widgets>
|
|
69 |
</object>
|
|
71
by Umang Varma
Ability to modify categories through settings |
70 |
<object class="GtkWindow" id="winCategory"> |
71 |
<property name="can_focus">False</property> |
|
72 |
<child>
|
|
73 |
<object class="GtkExpander" id="catExpander"> |
|
74 |
<property name="visible">True</property> |
|
75 |
<property name="can_focus">True</property> |
|
95
by Umang Varma
Margin in the settings |
76 |
<property name="margin_left">7</property> |
77 |
<property name="margin_right">7</property> |
|
71
by Umang Varma
Ability to modify categories through settings |
78 |
<property name="margin_bottom">7</property> |
79 |
<child>
|
|
80 |
<object class="GtkGrid" id="grid1"> |
|
81 |
<property name="visible">True</property> |
|
82 |
<property name="can_focus">False</property> |
|
83 |
<child>
|
|
84 |
<object class="GtkLabel" id="lBGCol"> |
|
85 |
<property name="visible">True</property> |
|
86 |
<property name="can_focus">False</property> |
|
87 |
<property name="halign">start</property> |
|
88 |
<property name="label" translatable="yes">Background Color</property> |
|
89 |
</object>
|
|
90 |
<packing>
|
|
91 |
<property name="left_attach">0</property> |
|
92 |
<property name="top_attach">1</property> |
|
93 |
</packing>
|
|
94 |
</child>
|
|
95 |
<child>
|
|
96 |
<object class="GtkLabel" id="lTextCol"> |
|
97 |
<property name="visible">True</property> |
|
98 |
<property name="can_focus">False</property> |
|
99 |
<property name="halign">start</property> |
|
100 |
<property name="label" translatable="yes">Text Color</property> |
|
101 |
</object>
|
|
102 |
<packing>
|
|
103 |
<property name="left_attach">0</property> |
|
104 |
<property name="top_attach">2</property> |
|
105 |
</packing>
|
|
106 |
</child>
|
|
107 |
<child>
|
|
108 |
<object class="GtkColorButton" id="cbBG"> |
|
109 |
<property name="visible">True</property> |
|
110 |
<property name="can_focus">True</property> |
|
111 |
<property name="receives_default">True</property> |
|
112 |
<property name="halign">end</property> |
|
113 |
<property name="title" translatable="yes">Pick a Background Color</property> |
|
114 |
<signal name="color-set" handler="update_bg" swapped="no"/> |
|
115 |
</object>
|
|
116 |
<packing>
|
|
117 |
<property name="left_attach">1</property> |
|
118 |
<property name="top_attach">1</property> |
|
119 |
</packing>
|
|
120 |
</child>
|
|
121 |
<child>
|
|
122 |
<object class="GtkColorButton" id="cbText"> |
|
123 |
<property name="visible">True</property> |
|
124 |
<property name="can_focus">True</property> |
|
125 |
<property name="receives_default">True</property> |
|
126 |
<property name="halign">end</property> |
|
127 |
<property name="title" translatable="yes">Pick a Text Color</property> |
|
128 |
<signal name="color-set" handler="update_textcolor" swapped="no"/> |
|
129 |
</object>
|
|
130 |
<packing>
|
|
131 |
<property name="left_attach">1</property> |
|
132 |
<property name="top_attach">2</property> |
|
133 |
</packing>
|
|
134 |
</child>
|
|
135 |
<child>
|
|
136 |
<object class="GtkLabel" id="lName"> |
|
137 |
<property name="visible">True</property> |
|
138 |
<property name="can_focus">False</property> |
|
139 |
<property name="halign">start</property> |
|
84
by Umang Varma
Ability to change fonts |
140 |
<property name="hexpand">True</property> |
71
by Umang Varma
Ability to modify categories through settings |
141 |
<property name="label" translatable="yes">Name</property> |
142 |
</object>
|
|
143 |
<packing>
|
|
144 |
<property name="left_attach">0</property> |
|
145 |
<property name="top_attach">0</property> |
|
146 |
</packing>
|
|
147 |
</child>
|
|
148 |
<child>
|
|
149 |
<object class="GtkEntry" id="eName"> |
|
150 |
<property name="visible">True</property> |
|
151 |
<property name="can_focus">True</property> |
|
152 |
<property name="invisible_char">•</property> |
|
153 |
<signal name="changed" handler="eName_changed" swapped="no"/> |
|
154 |
</object>
|
|
155 |
<packing>
|
|
156 |
<property name="left_attach">1</property> |
|
157 |
<property name="top_attach">0</property> |
|
121
by Umang Varma
Removed shadow feature |
158 |
</packing>
|
159 |
</child>
|
|
160 |
<child>
|
|
161 |
<object class="GtkLabel" id="lFont"> |
|
162 |
<property name="visible">True</property> |
|
163 |
<property name="can_focus">False</property> |
|
164 |
<property name="halign">start</property> |
|
165 |
<property name="label" translatable="yes">Font</property> |
|
166 |
</object>
|
|
167 |
<packing>
|
|
168 |
<property name="left_attach">0</property> |
|
169 |
<property name="top_attach">3</property> |
|
170 |
</packing>
|
|
171 |
</child>
|
|
172 |
<child>
|
|
173 |
<object class="GtkFontButton" id="fbFont"> |
|
174 |
<property name="visible">True</property> |
|
175 |
<property name="can_focus">True</property> |
|
176 |
<property name="receives_default">True</property> |
|
177 |
<property name="halign">end</property> |
|
178 |
<property name="font">Sans 12</property> |
|
179 |
<property name="preview_text"/> |
|
180 |
<property name="show_preview_entry">False</property> |
|
181 |
<signal name="font-set" handler="update_font" swapped="no"/> |
|
182 |
</object>
|
|
183 |
<packing>
|
|
184 |
<property name="left_attach">1</property> |
|
185 |
<property name="top_attach">3</property> |
|
71
by Umang Varma
Ability to modify categories through settings |
186 |
</packing>
|
187 |
</child>
|
|
75
by Umang Varma
Add and delete category |
188 |
<child>
|
76
by Umang Varma
Implemented default categories |
189 |
<object class="GtkToolbar" id="catToolbar"> |
75
by Umang Varma
Add and delete category |
190 |
<property name="visible">True</property> |
191 |
<property name="can_focus">False</property> |
|
76
by Umang Varma
Implemented default categories |
192 |
<property name="toolbar_style">both-horiz</property> |
193 |
<property name="icon_size">2</property> |
|
194 |
<child>
|
|
195 |
<object class="GtkToolButton" id="tbMkDef"> |
|
196 |
<property name="visible">True</property> |
|
197 |
<property name="can_focus">False</property> |
|
198 |
<property name="tooltip_text" translatable="yes">Make Default Category</property> |
|
199 |
<property name="is_important">True</property> |
|
200 |
<property name="label" translatable="yes">Make Default</property> |
|
201 |
<property name="use_underline">True</property> |
|
202 |
<property name="stock_id">gtk-index</property> |
|
203 |
<signal name="clicked" handler="make_default" swapped="no"/> |
|
204 |
</object>
|
|
205 |
<packing>
|
|
206 |
<property name="expand">False</property> |
|
207 |
<property name="homogeneous">True</property> |
|
208 |
</packing>
|
|
209 |
</child>
|
|
210 |
<child>
|
|
211 |
<object class="GtkToolButton" id="tbDelete"> |
|
212 |
<property name="visible">True</property> |
|
213 |
<property name="can_focus">False</property> |
|
214 |
<property name="tooltip_text" translatable="yes">Delete</property> |
|
215 |
<property name="is_important">True</property> |
|
216 |
<property name="label" translatable="yes">Delete</property> |
|
217 |
<property name="use_underline">True</property> |
|
218 |
<property name="stock_id">gtk-delete</property> |
|
219 |
<signal name="clicked" handler="delete_cat" swapped="no"/> |
|
220 |
</object>
|
|
221 |
<packing>
|
|
222 |
<property name="expand">False</property> |
|
223 |
<property name="homogeneous">True</property> |
|
224 |
</packing>
|
|
225 |
</child>
|
|
75
by Umang Varma
Add and delete category |
226 |
</object>
|
227 |
<packing>
|
|
228 |
<property name="left_attach">0</property> |
|
121
by Umang Varma
Removed shadow feature |
229 |
<property name="top_attach">4</property> |
76
by Umang Varma
Implemented default categories |
230 |
<property name="width">2</property> |
88
by Umang Varma
Functionality to change the amount of "shadow" |
231 |
</packing>
|
232 |
</child>
|
|
71
by Umang Varma
Ability to modify categories through settings |
233 |
</object>
|
234 |
</child>
|
|
235 |
<child type="label"> |
|
236 |
<object class="GtkLabel" id="lExp"> |
|
237 |
<property name="visible">True</property> |
|
238 |
<property name="can_focus">False</property> |
|
239 |
<property name="label" translatable="yes">New Category</property> |
|
94
by Umang Varma
Increase expander label size |
240 |
<attributes>
|
241 |
<attribute name="scale" value="1.75"/> |
|
242 |
</attributes>
|
|
71
by Umang Varma
Ability to modify categories through settings |
243 |
</object>
|
244 |
</child>
|
|
245 |
</object>
|
|
246 |
</child>
|
|
247 |
</object>
|
|
248 |
</interface>
|