summaryrefslogtreecommitdiff
path: root/src/fltk_binding/c_fl_text_buffer.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-09-16 04:10:49 +1000
committerJed Barber <jjbarber@y7mail.com>2016-09-16 04:10:49 +1000
commit395e2de5b0d834091637820fc04d731721c771b7 (patch)
tree64492fca38997578914ac24cd262598af966c241 /src/fltk_binding/c_fl_text_buffer.h
parentbfcc3811a3ce55cafa6f7809d0d92c87238ea032 (diff)
Adapad menus and callbacks now present in skeleton form, also Text_Buffers have callbacks too
Diffstat (limited to 'src/fltk_binding/c_fl_text_buffer.h')
-rw-r--r--src/fltk_binding/c_fl_text_buffer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fltk_binding/c_fl_text_buffer.h b/src/fltk_binding/c_fl_text_buffer.h
index 23daa03..8c1483e 100644
--- a/src/fltk_binding/c_fl_text_buffer.h
+++ b/src/fltk_binding/c_fl_text_buffer.h
@@ -11,5 +11,9 @@ extern "C" TEXTBUFFER new_fl_text_buffer(int rs, int pgs);
extern "C" void free_fl_text_buffer(TEXTBUFFER tb);
+extern "C" void fl_text_buffer_add_modify_callback(TEXTBUFFER tb, void * cb, void * ud);
+extern "C" void fl_text_buffer_add_predelete_callback(TEXTBUFFER tb, void * cb, void * ud);
+
+
#endif