summaryrefslogtreecommitdiff
path: root/body/fltk-widgets-groups-help_views.adb
diff options
context:
space:
mode:
Diffstat (limited to 'body/fltk-widgets-groups-help_views.adb')
-rw-r--r--body/fltk-widgets-groups-help_views.adb22
1 files changed, 22 insertions, 0 deletions
diff --git a/body/fltk-widgets-groups-help_views.adb b/body/fltk-widgets-groups-help_views.adb
index afcec47..cdc0046 100644
--- a/body/fltk-widgets-groups-help_views.adb
+++ b/body/fltk-widgets-groups-help_views.adb
@@ -27,6 +27,8 @@ package body FLTK.Widgets.Groups.Help_Views is
-- Functions From C --
------------------------
+ -- Allocation --
+
function new_fl_help_view
(X, Y, W, H : in Interfaces.C.int;
Text : in Interfaces.C.char_array)
@@ -42,6 +44,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Selection --
+
procedure fl_help_view_clear_selection
(V : in Storage.Integer_Address);
pragma Import (C, fl_help_view_clear_selection, "fl_help_view_clear_selection");
@@ -55,6 +59,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Position --
+
function fl_help_view_find
(V : in Storage.Integer_Address;
S : in Interfaces.C.char_array;
@@ -96,6 +102,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Content --
+
function fl_help_view_directory
(V : in Storage.Integer_Address)
return Interfaces.C.Strings.chars_ptr;
@@ -141,6 +149,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Settings --
+
function fl_help_view_get_scrollbar_size
(V : in Storage.Integer_Address)
return Interfaces.C.int;
@@ -210,6 +220,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Drawing, Events --
+
procedure fl_help_view_draw
(V : in Storage.Integer_Address);
pragma Import (C, fl_help_view_draw, "fl_help_view_draw");
@@ -354,6 +366,8 @@ package body FLTK.Widgets.Groups.Help_Views is
-- API Subprograms --
-----------------------
+ -- Selection --
+
procedure Clear_Selection
(This : in out Help_View) is
begin
@@ -370,6 +384,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Position --
+
function Find
(This : in Help_View;
Item : in String;
@@ -425,6 +441,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Content --
+
function Current_Directory
(This : in Help_View)
return String is
@@ -507,6 +525,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Settings --
+
function Get_Scrollbar_Size
(This : in Help_View)
return Natural is
@@ -605,6 +625,8 @@ package body FLTK.Widgets.Groups.Help_Views is
+ -- Drawing, Events --
+
procedure Draw
(This : in out Help_View) is
begin