From 157f44ff7034212a29696c5bb2b87e4f6f20d625 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 16 Jan 2025 23:44:10 +1300 Subject: Added convenience widget constructors that specify the parent group to add to --- src/fltk-widgets-groups-wizards.ads | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/fltk-widgets-groups-wizards.ads') diff --git a/src/fltk-widgets-groups-wizards.ads b/src/fltk-widgets-groups-wizards.ads index 4473c54..0ec0e39 100644 --- a/src/fltk-widgets-groups-wizards.ads +++ b/src/fltk-widgets-groups-wizards.ads @@ -22,6 +22,12 @@ package FLTK.Widgets.Groups.Wizards is Text : in String := "") return Wizard; + function Create + (Parent : in out Group'Class; + X, Y, W, H : in Integer; + Text : in String := "") + return Wizard; + end Forge; -- cgit