summaryrefslogtreecommitdiff
path: root/progress.txt
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-15 23:52:50 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-15 23:52:50 +1300
commit106316bcedec72c5380a7544c27be6a5c117e57a (patch)
tree753709180c89063db53a774d3a0154c3d0e70ee5 /progress.txt
parent1ba99737bca1136170f04b3a46659deb042e3fcd (diff)
Filled holes in Fl_Menu_ and Fl_Menu_Item bound APIs, fixed a few irritating bugs, damn the treacherous C++ API
Diffstat (limited to 'progress.txt')
-rw-r--r--progress.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/progress.txt b/progress.txt
index 296b947..26c861c 100644
--- a/progress.txt
+++ b/progress.txt
@@ -189,10 +189,17 @@ Fl_System_Printer
Bugs to fix:
Fl_Wizard draw() method private/protected
+
GNAT bug with type_invariant combined with derived type and a begin section in a package, eg dialogs.adb
+
Fl_Bitmap / Fl_XBM_Image instances will always have fail() return ERR_NO_IMAGE
+
Fl_Positioner has poor docs for value/xvalue/yvalue set methods
+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?
+
@@ -205,7 +212,6 @@ FLTK.Images (static attributes, draw_empty, Get_Data_Size?)
FLTK.Images.Bitmaps (attributes)
FLTK.Images.Pixmaps (constructor)
FLTK.Images.Shared (images(), compare)
-FLTK.Menu_Items
FLTK.Text_Buffers
@@ -218,7 +224,6 @@ Widgets.Groups.Scrolls (attributes, resize, type, protected)
Widgets.Groups.Text_Displays
Widgets.Groups.Text_Displays.Text_Editors
Widgets.Groups.Windows
-Widgets.Menus
Widgets.Valuators (format) (a few derivative classes need type() checked too)