user interface - Is there a multi-column listbox widget in FLTK? -
i'm evaluating cross-platform gui toolkits c++ development. use qt in case lgpl restrictive (i need link statically).
now fltk excellent library purposes, because seems fast , lightweight. however, haven't been able figure out whether has multi-column listbox widget. know, 1 of grids rows , columns of strings , headers can clicked sort column---preferably native look-and-feel.
is there such thing in fltk? how called? or should use wxwidgets instead?
fl_table. comes 1.3 release candidate. there example in 1.3 /test of sortable table have modified , used. feels lot lower level qt can it. also, if close parts of wxwidgets has licensing similar qt.
table.html">http://www.fltk.org/doc-1.3/classfl_table.html
Comments
Post a Comment