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'm sorry, maybe I wasn't clear enough. I wasn't asking for a feature request, I was asking what you thought wrap_mode() would do. Basically, what would you expect to see in the documentation for: - wrap_mode(0,0) - wrap_mode(0,N) where N > 0 - wrap_mode(1,0) - wrap_mode(1,N) where N > 0 The current description is clearly inadequate and therefore confusing. There is no mention of characters, pixels. widths or margins: "If mode is not zero, this call enables automatic word wrapping at column pos." There are two possible issues here. You may expect wrap_mode(1,0) to do one thing, but in fact it is designed to do something completely different, which is a documentation problem. On the other hand, you may expect wrap_mode(1,0) to do one thing, and it is designed to do that, but it doesn't do what it is supposed to do, which is a bug. I still have to examine the code properly to work out what it is doing. 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
