summaryrefslogtreecommitdiff
path: root/fltk-widgets-buttons-enter.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-07-15 22:20:30 +1000
committerJed Barber <jjbarber@y7mail.com>2016-07-15 22:20:30 +1000
commitf419b275ee91792e08f211a588d891c4aa6bedac (patch)
treed882ff43970b292fc75f937c0136078f68c867a5 /fltk-widgets-buttons-enter.ads
parentf15e45791a0658fd5a062629f59c4815ce8b2489 (diff)
Groups and Widgets should now keep track of themselves properly, also all named access types removed
Diffstat (limited to 'fltk-widgets-buttons-enter.ads')
-rw-r--r--fltk-widgets-buttons-enter.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/fltk-widgets-buttons-enter.ads b/fltk-widgets-buttons-enter.ads
index 9e5abf6..1db7308 100644
--- a/fltk-widgets-buttons-enter.ads
+++ b/fltk-widgets-buttons-enter.ads
@@ -1,16 +1,17 @@
-- Return Buttons, but return is a reserved word, so they're Enter Buttons instead
+
+
package FLTK.Widgets.Buttons.Enter is
type Enter_Button is new Button with private;
- type Enter_Button_Access is access all Enter_Button;
function Create
(X, Y, W, H : in Integer;
- Label : in String)
+ Text : in String)
return Enter_Button;