1
1
<?xml version="1.0" encoding="UTF-8"?>
3
3
<!-- interface-requires gtk+ 3.0 -->
4
<!-- interface-requires gtksourceview 3.0 -->
5
<object class="GtkMessageDialog" id="confirmDelete">
6
<property name="can_focus">False</property>
7
<property name="border_width">5</property>
8
<property name="title" translatable="yes">Confirm delete</property>
9
<property name="type_hint">dialog</property>
10
<property name="skip_taskbar_hint">True</property>
11
<property name="message_type">warning</property>
12
<property name="text" translatable="yes">Are you sure you want to delete this note?</property>
13
<child internal-child="vbox">
14
<object class="GtkBox" id="messagedialog-vbox1">
15
<property name="can_focus">False</property>
16
<property name="orientation">vertical</property>
17
<property name="spacing">2</property>
18
<child internal-child="action_area">
19
<object class="GtkButtonBox" id="messagedialog-action_area1">
20
<property name="can_focus">False</property>
21
<property name="layout_style">end</property>
23
<object class="GtkButton" id="bCancel">
24
<property name="label">gtk-cancel</property>
25
<property name="use_action_appearance">False</property>
26
<property name="visible">True</property>
27
<property name="can_focus">True</property>
28
<property name="receives_default">True</property>
29
<property name="use_action_appearance">False</property>
30
<property name="use_stock">True</property>
33
<property name="expand">False</property>
34
<property name="fill">True</property>
35
<property name="position">0</property>
39
<object class="GtkButton" id="bDelete">
40
<property name="label">gtk-delete</property>
41
<property name="use_action_appearance">False</property>
42
<property name="visible">True</property>
43
<property name="can_focus">True</property>
44
<property name="receives_default">True</property>
45
<property name="use_action_appearance">False</property>
46
<property name="use_stock">True</property>
49
<property name="expand">False</property>
50
<property name="fill">True</property>
51
<property name="position">1</property>
56
<property name="expand">False</property>
57
<property name="fill">True</property>
58
<property name="pack_type">end</property>
59
<property name="position">0</property>
65
<action-widget response="0">bCancel</action-widget>
66
<action-widget response="1">bDelete</action-widget>
69
4
<object class="GtkImage" id="imgAdd">
70
5
<property name="visible">True</property>
71
6
<property name="can_focus">False</property>
99
32
<property name="can_focus">False</property>
100
33
<signal name="button-press-event" handler="move" swapped="no"/>
102
<object class="GtkButton" id="bClose">
35
<object class="GtkButton" id="bAdd">
36
<property name="use_action_appearance">False</property>
37
<property name="visible">True</property>
38
<property name="can_focus">True</property>
39
<property name="receives_default">True</property>
40
<property name="use_action_appearance">False</property>
41
<property name="image">imgAdd</property>
42
<signal name="clicked" handler="add" swapped="no"/>
45
<property name="expand">False</property>
46
<property name="fill">True</property>
47
<property name="position">0</property>
51
<object class="GtkButton" id="save">
52
<property name="label" translatable="yes">Save</property>
53
<property name="use_action_appearance">False</property>
54
<property name="visible">True</property>
55
<property name="can_focus">True</property>
56
<property name="receives_default">True</property>
57
<property name="margin_right">100</property>
58
<property name="use_action_appearance">False</property>
59
<signal name="clicked" handler="save" swapped="no"/>
62
<property name="expand">False</property>
63
<property name="fill">True</property>
64
<property name="position">1</property>
68
<object class="GtkButton" id="close">
103
69
<property name="use_action_appearance">False</property>
104
70
<property name="visible">True</property>
105
71
<property name="can_focus">True</property>
106
72
<property name="receives_default">True</property>
107
73
<property name="use_action_appearance">False</property>
108
74
<property name="image">imgClose</property>
109
<property name="relief">none</property>
110
75
<property name="image_position">top</property>
111
76
<signal name="clicked" handler="delete" swapped="no"/>
114
79
<property name="expand">False</property>
115
80
<property name="fill">True</property>
116
<property name="position">0</property>
120
<object class="GtkButton" id="bAdd">
121
<property name="use_action_appearance">False</property>
122
<property name="visible">True</property>
123
<property name="can_focus">True</property>
124
<property name="receives_default">True</property>
125
<property name="use_action_appearance">False</property>
126
<property name="image">imgAdd</property>
127
<property name="relief">none</property>
128
<signal name="clicked" handler="add" swapped="no"/>
131
<property name="expand">False</property>
132
<property name="fill">True</property>
133
<property name="pack_type">end</property>
134
<property name="position">1</property>
138
<object class="GtkToggleButton" id="bLock">
139
<property name="use_action_appearance">False</property>
140
<property name="visible">True</property>
141
<property name="can_focus">True</property>
142
<property name="receives_default">True</property>
143
<property name="margin_left">100</property>
144
<property name="use_action_appearance">False</property>
145
<property name="image">imgUnlock</property>
146
<property name="relief">none</property>
147
<property name="draw_indicator">True</property>
148
<signal name="toggled" handler="lock_toggled" swapped="no"/>
151
<property name="expand">False</property>
152
<property name="fill">True</property>
153
<property name="pack_type">end</property>
154
<property name="position">2</property>
81
<property name="pack_type">end</property>
82
<property name="position">3</property>
165
<object class="GtkSourceView" id="txtNote">
93
<object class="GtkTextView" id="txtNote">
166
94
<property name="visible">True</property>
167
95
<property name="can_focus">True</property>
168
<property name="has_focus">True</property>
169
96
<property name="hexpand">True</property>
170
97
<property name="vexpand">True</property>
171
98
<property name="hscroll_policy">natural</property>
172
99
<property name="vscroll_policy">natural</property>
173
<property name="wrap_mode">word</property>
174
<property name="tab_width">4</property>
175
<property name="indent_on_tab">False</property>
100
<property name="wrap_mode">word-char</property>
101
<signal name="focus-out-event" handler="focus_out" swapped="no"/>
178
104
<property name="expand">False</property>
185
111
<property name="visible">True</property>
186
112
<property name="can_focus">False</property>
114
<object class="GtkEventBox" id="eventbox1">
115
<property name="visible">True</property>
116
<property name="can_focus">False</property>
122
<property name="expand">False</property>
123
<property name="fill">True</property>
124
<property name="position">0</property>
188
128
<object class="GtkEventBox" id="eResizeR">
189
129
<property name="visible">True</property>
190
130
<property name="can_focus">False</property>