diff --git a/documentation/Fl_Text_Display.html b/documentation/Fl_Text_Display.html index fe0eea83e..ad83d7e4e 100644 --- a/documentation/Fl_Text_Display.html +++ b/documentation/Fl_Text_Display.html @@ -63,10 +63,10 @@ class.
  • previous_word
  • redisplay_range
  • scrollbar_align
  • +
  • scrollbar_width
  • @@ -233,5 +234,10 @@ uchar textsize() const;

    Moves the insert position to the beginning of the current word. +

    void wrap_mode(int mode, int pos);

    + +

    If mode is not zero, this call enables automatic word wrapping at column pos. +Word-wrapping does not change the text buffer itself, only the way that the text is displayed. +