From ba19cac8303b22ed415f246ea18dc334dd572343 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 18 Nov 2016 21:24:27 +1100 Subject: Moved Shortcut_Key type to FLTK.Enums, added function to remove key bindings from Text_Editors --- to_do.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'to_do.txt') diff --git a/to_do.txt b/to_do.txt index 64ce123..89c0ed0 100644 --- a/to_do.txt +++ b/to_do.txt @@ -6,6 +6,7 @@ To Do: - improve undo/redo - suppress unnecessary left/right scrollbar - clean up menu widget code, adapad menu and callback code +- make shortcut_key types private somehow - introduce maybe type to eliminate out parameters in search_forward/search_backward - eliminate image/text_buffer runtime warnings - separate fltk binding into its own repo -- cgit