diff options
Diffstat (limited to 'stickynotes/sticky-notes-note.ui')
-rw-r--r-- | stickynotes/sticky-notes-note.ui | 43 |
1 files changed, 39 insertions, 4 deletions
diff --git a/stickynotes/sticky-notes-note.ui b/stickynotes/sticky-notes-note.ui index 4426c659..3a734cc1 100644 --- a/stickynotes/sticky-notes-note.ui +++ b/stickynotes/sticky-notes-note.ui @@ -2,9 +2,44 @@ <!-- Generated with glade 3.22.1 --> <interface> <requires lib="gtk+" version="3.22"/> - <requires lib="gtksourceview" version="3.0"/> - <object class="GtkSourceBuffer" id="body_buffer"> - <property name="max_undo_levels">-1</property> + <requires lib="GtkTextView" version="4.0"/> + <object class="GtkTextBuffer" id="body_buffer"> + </object> + <object class="GtkMenu" id="stickynote_menu"> + <child> + <object class="GtkMenuItem" id="popup_create"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_New Note</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="popup_destroy"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_Delete Note...</property> + </object> + </child> + <child> + <object class="GtkSeparatorMenuItem"/> + </child> + <child> + <object class="GtkCheckMenuItem" id="popup_toggle_lock"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_Lock Note</property> + </object> + </child> + <child> + <object class="GtkSeparatorMenuItem"/> + </child> + <child> + <object class="GtkMenuItem" id="popup_properties"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_Properties</property> + </object> + </child> </object> <object class="GtkWindow" id="stickynote_window"> <property name="can_focus">False</property> @@ -93,7 +128,7 @@ <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">never</property> <child> - <object class="GtkSourceView" id="body_text"> + <object class="GtkTextView" id="body_text"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="wrap_mode">word</property> |