diff options
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_gns_gtk_main_window.glade | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade index 079c9966..9699deb3 100644 --- a/contrib/gnunet_gns_gtk_main_window.glade +++ b/contrib/gnunet_gns_gtk_main_window.glade | |||
@@ -2,6 +2,19 @@ | |||
2 | <interface> | 2 | <interface> |
3 | <requires lib="gtk+" version="2.20"/> | 3 | <requires lib="gtk+" version="2.20"/> |
4 | <!-- interface-naming-policy project-wide --> | 4 | <!-- interface-naming-policy project-wide --> |
5 | <object class="GtkMenu" id="GNUNET_GNS_GTK_delete_popup_menu"> | ||
6 | <property name="visible">True</property> | ||
7 | <property name="can_focus">False</property> | ||
8 | <child> | ||
9 | <object class="GtkMenuItem" id="GNUNET_GNS_GTK_delete_button"> | ||
10 | <property name="visible">True</property> | ||
11 | <property name="can_focus">False</property> | ||
12 | <property name="use_action_appearance">False</property> | ||
13 | <property name="label" translatable="yes">Delete Record</property> | ||
14 | <signal name="activate" handler="GNUNET_GNS_GTK_delete_popup_menu_delete_cb" swapped="no"/> | ||
15 | </object> | ||
16 | </child> | ||
17 | </object> | ||
5 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> | 18 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> |
6 | <property name="can_focus">False</property> | 19 | <property name="can_focus">False</property> |
7 | <property name="default_height">500</property> | 20 | <property name="default_height">500</property> |
@@ -223,6 +236,8 @@ | |||
223 | <property name="visible">True</property> | 236 | <property name="visible">True</property> |
224 | <property name="can_focus">True</property> | 237 | <property name="can_focus">True</property> |
225 | <property name="model">GNUNET_GNS_GTK_treestore</property> | 238 | <property name="model">GNUNET_GNS_GTK_treestore</property> |
239 | <signal name="button-press-event" handler="GNUNET_GNS_GTK_main_treeview_button_press_popup_menu_cb" swapped="no"/> | ||
240 | <signal name="key-press-event" handler="GNUNET_GNS_GTK_main_treeview_key_press_popup_menu_cb" after="yes" swapped="no"/> | ||
226 | <signal name="realize" handler="GNUNET_GNS_GTK_main_treeview_realize_cb" swapped="no"/> | 241 | <signal name="realize" handler="GNUNET_GNS_GTK_main_treeview_realize_cb" swapped="no"/> |
227 | <signal name="popup-menu" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_cb" swapped="no"/> | 242 | <signal name="popup-menu" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_cb" swapped="no"/> |
228 | <child> | 243 | <child> |