summaryrefslogtreecommitdiff
path: root/src/c_fl_text_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_text_editor.h')
-rw-r--r--src/c_fl_text_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_fl_text_editor.h b/src/c_fl_text_editor.h
index 87a09ce..f6abc6e 100644
--- a/src/c_fl_text_editor.h
+++ b/src/c_fl_text_editor.h
@@ -9,6 +9,8 @@ typedef void* TEXTEDITOR;
extern "C" void text_editor_set_draw_hook(TEXTEDITOR te, void * d);
extern "C" void fl_text_editor_draw(TEXTEDITOR te);
+extern "C" void text_editor_set_handle_hook(TEXTEDITOR te, void * h);
+extern "C" int fl_text_editor_handle(TEXTEDITOR te, int e);
extern "C" TEXTEDITOR new_fl_text_editor(int x, int y, int w, int h, char* label);