ui/motif/text.h

changeset 29
c96169444d88
parent 27
77b09bb52ca0
child 63
46a42f0c4f93
--- a/ui/motif/text.h	Sun Apr 06 13:21:37 2014 +0200
+++ b/ui/motif/text.h	Thu Apr 10 11:37:41 2014 +0200
@@ -65,6 +65,7 @@
 void ui_textarea_insert(UiText *text, int pos, char *str);
 int ui_textarea_position(UiText *text);
 void ui_textarea_selection(UiText *text, int *begin, int *end);
+int ui_textarea_length(UiText *text);
 
 UiUndoMgr* ui_create_undomgr();
 void ui_text_selection_callback(

mercurial