zhl schrieb: > hi! > I am a newbie to fltk2, I need a list component that might add items, but > need not the header of columns to appear, like GtkCList in GTK.I found that > browser can do it, but I can't make the header of columns invisible. > and I have tried to insert "browser.header(0)->hide()" to my program, it > does make the column button invisible, but it yet remains spaces for header > of columns in the head of browse. > anyone here could give me some advice? thanks!
just drop any //column_labels(labels); call. column_widths(widths); could be set without naming columns. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

