diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-05-26 00:38:43 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-05-26 00:38:43 +1000 |
commit | 524edbb4463b66d61e92c92a7020d9d09b82e744 (patch) | |
tree | b2ec49fdcc88a34c4c2f80ead9548358a382da77 /src/fltk_binding/fltk-widget-box.ads | |
parent | ed6fcd873aad9e574de0b2c6311d1c4404cb76dc (diff) |
The Great Package Naming Style Change(tm)
Diffstat (limited to 'src/fltk_binding/fltk-widget-box.ads')
-rw-r--r-- | src/fltk_binding/fltk-widget-box.ads | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/fltk_binding/fltk-widget-box.ads b/src/fltk_binding/fltk-widget-box.ads deleted file mode 100644 index 2ce03e7..0000000 --- a/src/fltk_binding/fltk-widget-box.ads +++ /dev/null @@ -1,22 +0,0 @@ - - -package FLTK.Widget.Box is - - - type Box_Type is new Widget_Type with private; - - - function Create (X, Y, W, H : Integer; Label : String) return Box_Type; - - -private - - - type Box_Type is new Widget_Type with null record; - - - overriding procedure Finalize (This : in out Box_Type); - - -end FLTK.Widget.Box; - |