summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk-widget-button-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-widget-button-light-round.ads
parented6fcd873aad9e574de0b2c6311d1c4404cb76dc (diff)
The Great Package Naming Style Change(tm)
Diffstat (limited to 'src/fltk_binding/fltk-widget-button-light-round.ads')
-rw-r--r--src/fltk_binding/fltk-widget-button-light-round.ads25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/fltk_binding/fltk-widget-button-light-round.ads b/src/fltk_binding/fltk-widget-button-light-round.ads
deleted file mode 100644
index e440b1a..0000000
--- a/src/fltk_binding/fltk-widget-button-light-round.ads
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-package FLTK.Widget.Button.Light.Round is
-
-
- type Round_Type is new Light_Type with private;
-
-
- function Create
- (X, Y, W, H : Integer;
- Label : String)
- return Round_Type;
-
-
-private
-
-
- type Round_Type is new Light_Type with null record;
-
-
- overriding procedure Finalize (This : in out Round_Type);
-
-
-end FLTK.Widget.Button.Light.Round;
-