From 47dc4ac9eccd2e808b4c4d8e9e2be3702e1a6444 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 27 Jan 2025 11:51:38 +1300 Subject: Added Fl_Table --- progress.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'progress.txt') 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 + -- cgit