summaryrefslogtreecommitdiff
path: root/fltk-widgets-inputs.ads
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-widgets-inputs.ads')
-rw-r--r--fltk-widgets-inputs.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/fltk-widgets-inputs.ads b/fltk-widgets-inputs.ads
index b0b8ca8..c1ebfbb 100644
--- a/fltk-widgets-inputs.ads
+++ b/fltk-widgets-inputs.ads
@@ -4,12 +4,11 @@ package FLTK.Widgets.Inputs is
type Input is new Widget with private;
- type Input_Access is access all Input;
function Create
(X, Y, W, H : in Integer;
- Label : in String)
+ Text : in String)
return Input;