summaryrefslogtreecommitdiff
path: root/gtk/res
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-01-28 12:17:51 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-01-28 12:17:51 +0000
commitacc2c341bdd2bdc98480057c047f83c26d1c9f97 (patch)
treed17fe895b9ac599adc4b90a2c99f8cffe85e8834 /gtk/res
parentaa3fc46df54bf3f6591c8b127b93001a80c03118 (diff)
downloadnetsurf-acc2c341bdd2bdc98480057c047f83c26d1c9f97.tar.gz
netsurf-acc2c341bdd2bdc98480057c047f83c26d1c9f97.tar.bz2
Make GTK popup menu generated like the menu bar menu
Clean up gtk scaffoling of some gsoc madness fix tab opening from popup menu Remove forward declarations and stop exporting the symbols for every event handler when they should be static svn path=/trunk/netsurf/; revision=11514
Diffstat (limited to 'gtk/res')
-rw-r--r--gtk/res/netsurf.glade129
1 files changed, 0 insertions, 129 deletions
diff --git a/gtk/res/netsurf.glade b/gtk/res/netsurf.glade
index c3aa5789e..abd981e41 100644
--- a/gtk/res/netsurf.glade
+++ b/gtk/res/netsurf.glade
@@ -209,135 +209,6 @@
</widget>
</child>
</widget>
- <widget class="GtkMenu" id="menuPopup">
- <child>
- <widget class="GtkMenuItem" id="menupopup_file">
- <property name="visible">True</property>
- <property name="label" translatable="yes">File</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkMenuItem" id="menupopup_edit">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Edit</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkMenuItem" id="menupopup_view">
- <property name="visible">True</property>
- <property name="label" translatable="yes">View</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkMenuItem" id="menupopup_nav">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Navigate</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkMenuItem" id="menupopup_help">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Help</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkSeparatorMenuItem" id="menupopup_sep">
- <property name="visible">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkMenuItem" id="open_link_in_focused_tab_popup">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Open Link in _New Tab</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkMenuItem" id="open_link_in_background_tab_popup">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Open Link in Back_ground Tab</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkSeparatorMenuItem" id="sep2">
- <property name="visible">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkImageMenuItem" id="back_popup">
- <property name="visible">True</property>
- <property name="label">gtk-go-back</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkImageMenuItem" id="forward_popup">
- <property name="visible">True</property>
- <property name="label">gtk-go-forward</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkSeparatorMenuItem" id="sep">
- <property name="visible">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkImageMenuItem" id="reload_popup">
- <property name="visible">True</property>
- <property name="label">gtk-refresh</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkImageMenuItem" id="save_link_popup">
- <property name="visible">True</property>
- <property name="label">gtk-save-as</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkImageMenuItem" id="cut_popup">
- <property name="visible">True</property>
- <property name="label">gtk-cut</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkImageMenuItem" id="copy_popup">
- <property name="visible">True</property>
- <property name="label">gtk-copy</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkImageMenuItem" id="paste_popup">
- <property name="visible">True</property>
- <property name="label">gtk-paste</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- </widget>
- </child>
- <child>
- <widget class="GtkMenuItem" id="customize_popup">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Customise…</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- </widget>
<widget class="GtkWindow" id="tabContentsWindow">
<child>
<widget class="GtkTable" id="tabContents">