summaryrefslogtreecommitdiff
path: root/src/c_fl_menu.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-14 11:13:43 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-14 11:13:43 +1000
commit371cccdf78fa9aaf49158ea57e598abcd5ff56f0 (patch)
treee2769d0bc627f498e51aad2ef720d0926d0a626a /src/c_fl_menu.h
parentf4b68da1d14d39ab4140d8c5e7fbbf45525e7e77 (diff)
File_Input, Float_Input, Integer_Input, Multiline_Input, Output, Multiline_Output, Secret_Input, Input, Menu, Menu_Bar, Menu_Button widgets all now have a Handle method
Diffstat (limited to 'src/c_fl_menu.h')
-rw-r--r--src/c_fl_menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_fl_menu.h b/src/c_fl_menu.h
index 77dfb80..72d9e73 100644
--- a/src/c_fl_menu.h
+++ b/src/c_fl_menu.h
@@ -9,6 +9,7 @@ typedef void* MENU;
extern "C" void menu_set_draw_hook(MENU m, void * d);
+extern "C" void menu_set_handle_hook(MENU m, void * h);
extern "C" MENU new_fl_menu(int x, int y, int w, int h, char* label);