diff options
Diffstat (limited to 'documentation/Fl_Text_Display.html')
| -rw-r--r-- | documentation/Fl_Text_Display.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/Fl_Text_Display.html b/documentation/Fl_Text_Display.html index d16677583..fe0eea83e 100644 --- a/documentation/Fl_Text_Display.html +++ b/documentation/Fl_Text_Display.html @@ -43,6 +43,7 @@ class. <LI><A HREF="#Fl_Text_Display.Fl_Text_Display">Fl_Text_Display</A></LI> <LI><A HREF="#Fl_Text_Display.~Fl_Text_Display">~Fl_Text_Display</A></LI> <LI><A HREF="#Fl_Text_Display.buffer">buffer</A></LI> + <LI><A HREF="#Fl_Text_Display.cursor_color">cursor_color</A></LI> <LI><A HREF="#Fl_Text_Display.cursor_style">cursor_style</A></LI> <LI><A HREF="#Fl_Text_Display.hide_cursor">hide_cursor</A></LI> <LI><A HREF="#Fl_Text_Display.highlight_data">highlight_data</A></LI> @@ -93,6 +94,11 @@ Fl_Text_Buffer* buffer();</A></H4> <P>Sets or gets the current text buffer associated with the text widget. Multiple text widgets can be associated with the same text buffer. +<H4><A NAME="Fl_Text_Display.cursor_color">void cursor_color(Fl_Color c);</A><br> +Fl_Color cursor_color();</H4> + +<P>Sets or gets the text cursor color. + <H4><A NAME="Fl_Text_Display.cursor_style">void cursor_style(int style);</A></H4> <P>Sets the text cursor style to one of the following: |
