summaryrefslogtreecommitdiff
path: root/desktop/gui_window.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-24 20:45:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-24 20:45:21 +0100
commit94f32b83694b4a45e723d0fdfd6f4496701e56e3 (patch)
tree329a612a4061e97858459b110e8c44987194b76e /desktop/gui_window.h
parent69e82a8966e7e5b8157856a5c990eaabc7b3fc79 (diff)
downloadnetsurf-94f32b83694b4a45e723d0fdfd6f4496701e56e3.tar.gz
netsurf-94f32b83694b4a45e723d0fdfd6f4496701e56e3.tar.bz2
Move create_form_select_menu to window gui table.
Diffstat (limited to 'desktop/gui_window.h')
-rw-r--r--desktop/gui_window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/gui_window.h b/desktop/gui_window.h
index f5240a6b4..e503d4b86 100644
--- a/desktop/gui_window.h
+++ b/desktop/gui_window.h
@@ -267,6 +267,11 @@ struct gui_window_table {
void (*new_content)(struct gui_window *g);
/**
+ * create a form select menu
+ */
+ void (*create_form_select_menu)(struct gui_window *gw, struct form_control *control);
+
+ /**
* Called when file chooser gadget is activated
*/
void (*file_gadget_open)(struct gui_window *g, struct hlcache_handle *hl, struct form_control *gadget);