summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk-widgets-buttons-light-round.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-05-26 00:38:43 +1000
committerJed Barber <jjbarber@y7mail.com>2016-05-26 00:38:43 +1000
commit524edbb4463b66d61e92c92a7020d9d09b82e744 (patch)
treeb2ec49fdcc88a34c4c2f80ead9548358a382da77 /src/fltk_binding/fltk-widgets-buttons-light-round.ads
parented6fcd873aad9e574de0b2c6311d1c4404cb76dc (diff)
The Great Package Naming Style Change(tm)
Diffstat (limited to 'src/fltk_binding/fltk-widgets-buttons-light-round.ads')
-rw-r--r--src/fltk_binding/fltk-widgets-buttons-light-round.ads25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/fltk_binding/fltk-widgets-buttons-light-round.ads b/src/fltk_binding/fltk-widgets-buttons-light-round.ads
new file mode 100644
index 0000000..18d72d0
--- /dev/null
+++ b/src/fltk_binding/fltk-widgets-buttons-light-round.ads
@@ -0,0 +1,25 @@
+
+
+package FLTK.Widgets.Buttons.Light.Round is
+
+
+ type Round_Button is new Light_Button with private;
+
+
+ function Create
+ (X, Y, W, H : Integer;
+ Label : String)
+ return Round_Button;
+
+
+private
+
+
+ type Round_Button is new Light_Button with null record;
+
+
+ overriding procedure Finalize (This : in out Round_Button);
+
+
+end FLTK.Widgets.Buttons.Light.Round;
+