summaryrefslogtreecommitdiff
path: root/fltk-widgets-buttons-light-radio.ads
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-widgets-buttons-light-radio.ads')
-rw-r--r--fltk-widgets-buttons-light-radio.ads26
1 files changed, 0 insertions, 26 deletions
diff --git a/fltk-widgets-buttons-light-radio.ads b/fltk-widgets-buttons-light-radio.ads
deleted file mode 100644
index bad0a92..0000000
--- a/fltk-widgets-buttons-light-radio.ads
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-package FLTK.Widgets.Buttons.Light.Radio is
-
-
- type Radio_Light_Button is new Light_Button with private;
-
-
- function Create
- (X, Y, W, H : in Integer;
- Text : in String)
- return Radio_Light_Button;
-
-
-private
-
-
- type Radio_Light_Button is new Light_Button with null record;
-
-
- overriding procedure Finalize
- (This : in out Radio_Light_Button);
-
-
-end FLTK.Widgets.Buttons.Light.Radio;
-