summaryrefslogtreecommitdiff
path: root/src/windows-editor.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-editor.adb')
-rw-r--r--src/windows-editor.adb10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/windows-editor.adb b/src/windows-editor.adb
index e9195dd..d995f7a 100644
--- a/src/windows-editor.adb
+++ b/src/windows-editor.adb
@@ -197,5 +197,15 @@ package body Windows.Editor is
end Set_Wrap_Mode;
+
+
+ procedure Set_Linenumber_Width
+ (This : in out Editor_Window;
+ Width : in Natural) is
+ begin
+ This.Editor.Set_Linenumber_Width (Width);
+ end Set_Linenumber_Width;
+
+
end Windows.Editor;