summaryrefslogtreecommitdiff
path: root/c_fl_text_editor.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-11-18 21:24:27 +1100
committerJed Barber <jjbarber@y7mail.com>2016-11-18 21:24:27 +1100
commit5d88963cd203f30b79433e34e5c89bfcf8abfe60 (patch)
treeb1ad21448acadf0ab20fd156a97e880601e18f72 /c_fl_text_editor.h
parent0c231d7e045b0ae92f7cf8db1329843010940d3e (diff)
Moved Shortcut_Key type to FLTK.Enums, added function to remove key bindings from Text_Editors
Diffstat (limited to 'c_fl_text_editor.h')
-rw-r--r--c_fl_text_editor.h1
1 files changed, 1 insertions, 0 deletions
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