Fl_Table and friends
Widget Documentation
- Fl_Table - base widget for tables
- Fl_Table_Row - a row oriented table widget (Mail browser)
- Fl_Table_Col - a column oriented table widget (??)
- Fl_Table_Row_Col - a row/column oriented table widget (Visicalc)
Example Progams
- testtablerow.cxx - Simple test for Fl_Table_Row.
- sortapp.cxx - An actual application using Fl_Table_Row and sorts columns
by clicking on the column headers.
- exercisetablerow - exercise the Fl_Table_Row and Fl_Table widget options.