summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-text_displays-text_editors.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-06 17:59:20 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-06 17:59:20 +1000
commitc2c5985b130e02b970cb6bf88c9a81e6e72c6646 (patch)
treed9ce987f2c2e5aafb5ee10f4b2283ca7f1c81e99 /src/fltk-widgets-groups-text_displays-text_editors.ads
parent5f91a787afcebae37b5e22ab0dfe93b2a9794226 (diff)
Cleaned up positioning of Draw procedures
Diffstat (limited to 'src/fltk-widgets-groups-text_displays-text_editors.ads')
-rw-r--r--src/fltk-widgets-groups-text_displays-text_editors.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fltk-widgets-groups-text_displays-text_editors.ads b/src/fltk-widgets-groups-text_displays-text_editors.ads
index 0f84a7e..10652fc 100644
--- a/src/fltk-widgets-groups-text_displays-text_editors.ads
+++ b/src/fltk-widgets-groups-text_displays-text_editors.ads
@@ -40,13 +40,13 @@ package FLTK.Widgets.Groups.Text_Displays.Text_Editors is
Key : in Shortcut_Key);
-private
-
-
procedure Draw
(This : in out Text_Editor);
+private
+
+
type Text_Editor is new Text_Display with null record;