I'm reading some tree-like data from a text file and
displaying it in an Fl_Browser.  The data looks something like this:

Level 0
    Level 1
    Level 1
        Level 2
    Level 1
Level 0

The indentation is done with tab characters.
I've not set the Fl_Browser's column_char() or column_widths().

Now, this all seems to work.  However, the docs say that the
default column_char is tab, but don't mention what the default
column_widths is.  Indeed, it's not clear to me what's supposed
to happen if column_char's appear in the text and column_widths
has not been set (but maybe that's because I can't read properly :) ).

Anyhow, I'm wondering if this is something that's going to come
back and bite me in the rear end someday.  I'm using fltk 1.1.8
on XP with Cygwin.

TIA,
Stan
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to