FLTK Virtual Widgets
(flvw)
01-15-2000 Changes
Home
Changes
Added editor to Flv_Style for table editing
Changed Flv_Complex_Cell_Style to Flv_CStyle and moved to it's own source file. These have nothing to do with Flv_List or Flv_Table, just Flv_CTable.
Added edit_when to Flv_List for (On entry, on event, and on manual)
Added virtual load_editor, save_editor, position_editor to Flv_List
Added move_on_enter to Flv_Table (Col/row, row/col, never)
Added select_locked to Flv_List (Do we allow selection of locked rows/cols)
Added callback_when to handle when to perform callbacks
Implemented locked as part of editing
Added start_edit, end_edit, cancel_edit to handle programmatic control of editing.