diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-09-19 18:48:47 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-09-19 18:48:47 +1000 |
commit | d12fdd75d1c131bbe4bd49413c3da51131cd1e73 (patch) | |
tree | 90cdd01f7a2c6d9bafccb345314a22d60c5ffa60 /fltk-widgets-groups-text_displays-text_editors.ads | |
parent | a4b14b883f918161d2c235a52730d159b2f9ca7a (diff) |
All File/Edit functions working, just need to add Search/About menu stuff
Diffstat (limited to 'fltk-widgets-groups-text_displays-text_editors.ads')
-rw-r--r-- | fltk-widgets-groups-text_displays-text_editors.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fltk-widgets-groups-text_displays-text_editors.ads b/fltk-widgets-groups-text_displays-text_editors.ads index 37e5464..5e3ff01 100644 --- a/fltk-widgets-groups-text_displays-text_editors.ads +++ b/fltk-widgets-groups-text_displays-text_editors.ads @@ -12,6 +12,10 @@ package FLTK.Widgets.Groups.Text_Displays.Text_Editors is return Text_Editor; + procedure Undo + (This : in out Text_Editor); + + procedure Cut (This : in out Text_Editor); |