From 36709ab2223dc9a871f81d5dacf3df1e77a23281 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 27 Mar 2018 14:30:46 +1100 Subject: Added FLTK.Tooltips --- progress.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'progress.txt') diff --git a/progress.txt b/progress.txt index c5a0557..2d47916 100644 --- a/progress.txt +++ b/progress.txt @@ -30,6 +30,7 @@ FLTK.Images.RGB.BMP FLTK.Images.RGB.JPEG FLTK.Images.RGB.PNG FLTK.Images.RGB.PNM +FLTK.Tooltips FLTK.Widgets.Boxes FLTK.Widgets.Buttons FLTK.Widgets.Buttons.Enter @@ -120,11 +121,10 @@ FL_File_Browser FL_Hold_Browser FL_Multi_Browser FL_Select_Browser -FL_Help_View (several methods have ABI_VERSION bugs) +FL_Help_View FL_Table FL_Table_Row FL_Tree -FL_Tooltip FL_Preferences FL_Label @@ -136,6 +136,15 @@ FL_Label +Bugs to fix: + +Fl_Help_View ABI_VERSION checks +Fl_Tooltip ABI_VERSION checks +Fl_Wizard draw() method private/protected + + + + Never: FL_FormsBitmap -- cgit