summaryrefslogtreecommitdiff
path: root/src/c_fl_text_editor.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-01 17:45:13 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-01 17:45:13 +1000
commit306adba6ddaab80c6929fe955567f25d9da7915f (patch)
treec3a398f232fa36e0d7031332a014ceb83c9cdaff /src/c_fl_text_editor.h
parente9dc75679fcac3bf2024e47641941d0a5ef0899d (diff)
Draw method for Text Display and derivatives, concrete Menu_ derivatives
Diffstat (limited to 'src/c_fl_text_editor.h')
-rw-r--r--src/c_fl_text_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/c_fl_text_editor.h b/src/c_fl_text_editor.h
index ebaab0d..87a09ce 100644
--- a/src/c_fl_text_editor.h
+++ b/src/c_fl_text_editor.h
@@ -7,6 +7,10 @@
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" TEXTEDITOR new_fl_text_editor(int x, int y, int w, int h, char* label);
extern "C" void free_fl_text_editor(TEXTEDITOR te);