diff options
Diffstat (limited to 'src/fltk-widgets.ads')
-rw-r--r-- | src/fltk-widgets.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fltk-widgets.ads b/src/fltk-widgets.ads index f37870d..d7cbca8 100644 --- a/src/fltk-widgets.ads +++ b/src/fltk-widgets.ads @@ -370,6 +370,10 @@ private -- Groups.Browsers (has two internal Scrollbars) -- If weird Init/Final errors start mysteriously occuring then check there first. + -- Extra_Init functionality is also duplicated in FLTK.File_Choosers + -- for reasons of hierarchy visibility. Really, the File_Chooser should be in + -- the Widget hierarchy like Color_Chooser but for some reason it isn't. + procedure Extra_Init (This : in out Widget; X, Y, W, H : in Integer; |