summaryrefslogtreecommitdiff
path: root/src/fltk_binding/c_fl_text_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/c_fl_text_editor.h')
-rw-r--r--src/fltk_binding/c_fl_text_editor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fltk_binding/c_fl_text_editor.h b/src/fltk_binding/c_fl_text_editor.h
index 2eda9f3..7c7cee5 100644
--- a/src/fltk_binding/c_fl_text_editor.h
+++ b/src/fltk_binding/c_fl_text_editor.h
@@ -11,5 +11,11 @@ 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);
+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);
+
+
#endif