DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2158
Version: 1.3-current


I wish the characters can be wrapped by the real pixel width on screen.
The style or any others that can affect the width on screen when the
characters are rendered should be considered.
  
A simple implementation is just to wrap the characters at the current
margin of the the widget and the horizontal scrollbar can be visible
always. And if the widget is resized by the user, the line will be wrapped
according to the new width of the wiget at once. I think this kind of
implementation is very userful and popular in other toolkits.

Even more. If it can accept a argument such as max_pix_width? That is to
say, if the width of the widget is larger than max_pix_width, the text
will also be wrapped by the argument. 

Thanks.


Link: http://www.fltk.org/str.php?L2158
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to