summaryrefslogtreecommitdiff
path: root/desktop/gui_window.h
diff options
context:
space:
mode:
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);