From 17473af7e8ed13e0a9399a69442f9839e5d83aef Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 9 Jan 2025 14:58:19 +1300 Subject: Used C FFI to make Extra_Init and Extra_Final calls more consistent --- src/fltk-widgets.ads | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/fltk-widgets.ads') diff --git a/src/fltk-widgets.ads b/src/fltk-widgets.ads index 46e5733..3381e6e 100644 --- a/src/fltk-widgets.ads +++ b/src/fltk-widgets.ads @@ -367,12 +367,9 @@ private (This : in out Widget); -- Widgets that might cause problems for this setup in the future: - -- Valuators.Value_Inputs (has an internal Input) -- Menus (gets various Menu_Items added to it) -- Groups.Text_Displays (gets a Text_Buffer attached) -- Groups.Text_Displays.Text_Editors (also gets a Text_Buffer attached) - -- Groups.Input_Choices (has an internal Input and Menu_Button) - -- 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 -- cgit