diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-27 11:51:38 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-27 11:51:38 +1300 |
commit | 47dc4ac9eccd2e808b4c4d8e9e2be3702e1a6444 (patch) | |
tree | 91ade4539350d5771ca70dd32eec7b31cc385c88 /progress.txt | |
parent | 508e2ca78bc531ace4e383b8ca501cc9997d4073 (diff) |
Added Fl_Table
Diffstat (limited to 'progress.txt')
-rw-r--r-- | progress.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/progress.txt b/progress.txt index 4347f65..717585c 100644 --- a/progress.txt +++ b/progress.txt @@ -79,6 +79,7 @@ FLTK.Widgets.Groups.Packed FLTK.Widgets.Groups.Scrolls FLTK.Widgets.Groups.Spinners FLTK.Widgets.Groups.Tabbed +FLTK.Widgets.Groups.Tables FLTK.Widgets.Groups.Text_Displays FLTK.Widgets.Groups.Text_Displays.Text_Editors FLTK.Widgets.Groups.Tiled @@ -143,7 +144,6 @@ Fl_GDI_Printer_Graphics_Driver Fl_Glut_Window Fl_Postscript_Graphics_Driver Fl_Quartz_Graphics_Driver -Fl_Table Fl_Table_Row Fl_Tree Fl_Tree_Item @@ -204,6 +204,9 @@ code for Fl_Menu_Item::test_shortcut seems to use FL_SUBMENU to assume userdata points to another menu item array, not FL_SUBMENU_POINTER, is this still in the latest version? +Fl_Table::callback has wrong signature, still around and unfixed in 1.4 +possibly this hasn't been noticed because it's only visible to doxygen + |