From 40deaf46c647735590c173bde4c114241b38e9d7 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 14 Jul 2005 14:42:00 +0000 Subject: Added documentation for Fl_Text_Display::wrap_mode which seems to work well enough in the editor demo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4418 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Text_Display.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'documentation/Fl_Text_Display.html') 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. + -- cgit v1.2.3