From 5d88963cd203f30b79433e34e5c89bfcf8abfe60 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 --- c_fl_text_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c_fl_text_editor.h') diff --git a/c_fl_text_editor.h b/c_fl_text_editor.h index 8c7dba0..ebaab0d 100644 --- a/c_fl_text_editor.h +++ b/c_fl_text_editor.h @@ -16,6 +16,7 @@ extern "C" void fl_text_editor_cut(TEXTEDITOR te); extern "C" void fl_text_editor_copy(TEXTEDITOR te); extern "C" void fl_text_editor_paste(TEXTEDITOR te); extern "C" void fl_text_editor_delete(TEXTEDITOR te); +extern "C" void fl_text_editor_remove_key_binding(TEXTEDITOR te, unsigned int k, unsigned long m); #endif -- cgit