summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk-widgets-groups-text_displays-text_editors.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/fltk-widgets-groups-text_displays-text_editors.ads')
-rw-r--r--src/fltk_binding/fltk-widgets-groups-text_displays-text_editors.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fltk_binding/fltk-widgets-groups-text_displays-text_editors.ads b/src/fltk_binding/fltk-widgets-groups-text_displays-text_editors.ads
index c29b107..5b179b9 100644
--- a/src/fltk_binding/fltk-widgets-groups-text_displays-text_editors.ads
+++ b/src/fltk_binding/fltk-widgets-groups-text_displays-text_editors.ads
@@ -4,12 +4,11 @@ package FLTK.Widgets.Groups.Text_Displays.Text_Editors is
type Text_Editor is new Text_Display with private;
- type Text_Editor_Access is access all Text_Editor;
function Create
(X, Y, W, H : in Integer;
- Label : in String)
+ Text : in String)
return Text_Editor;