summaryrefslogtreecommitdiff
path: root/c_fl_text_buffer.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-11-14 14:43:10 +1100
committerJed Barber <jjbarber@y7mail.com>2016-11-14 14:43:10 +1100
commitfa595e9e5b9c7692f21df548a0d06b5a3671fbc1 (patch)
tree16f03415710455471c4a54aba002fef4676840aa /c_fl_text_buffer.h
parentb34ef4af65403999f7e4e9c152f39cbe3744c7b5 (diff)
Edit and search menu items now grey themselves out when appropriate
Diffstat (limited to 'c_fl_text_buffer.h')
-rw-r--r--c_fl_text_buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_fl_text_buffer.h b/c_fl_text_buffer.h
index 4c5edb3..a7b954b 100644
--- a/c_fl_text_buffer.h
+++ b/c_fl_text_buffer.h
@@ -24,6 +24,7 @@ extern "C" int fl_text_buffer_search_forward(TEXTBUFFER tb, int start, const cha
extern "C" int fl_text_buffer_search_backward(TEXTBUFFER tb, int start, const char * item, int * found, int mcase);
extern "C" void fl_text_buffer_select(TEXTBUFFER tb, int s, int e);
extern "C" int fl_text_buffer_selection_position(TEXTBUFFER tb, int * s, int * e);
+extern "C" int fl_text_buffer_selected(TEXTBUFFER tb);
extern "C" int fl_text_buffer_skip_lines(TEXTBUFFER tb, int s, int l);
extern "C" int fl_text_buffer_rewind_lines(TEXTBUFFER tb, int s, int l);
extern "C" unsigned int fl_text_buffer_char_at(TEXTBUFFER tb, int p);