From c99849a1aa5df79119d7541e11eedc93202e6907 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 26 Oct 2024 20:31:28 +1300 Subject: Fl_Help_View now bound --- doc/fl_help_view.html | 400 ++++++++++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 3 +- 2 files changed, 402 insertions(+), 1 deletion(-) create mode 100644 doc/fl_help_view.html (limited to 'doc') diff --git a/doc/fl_help_view.html b/doc/fl_help_view.html new file mode 100644 index 0000000..4cd4078 --- /dev/null +++ b/doc/fl_help_view.html @@ -0,0 +1,400 @@ + + + + + + + Fl_Help_View Binding Map + + + + + + +

Fl_Help_View Binding Map

+ + +Back to Index + + + + + + + + + + +
Package name
Fl_Help_ViewFLTK.Widgets.Groups.Help_Views
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Types
Fl_Help_ViewHelp_View
 Help_View_Reference
 Position
 Extended_Position
Fl_Help_FuncLink_Callback
+ + + + + + + + + + + +
Errors
 Load_Help_Error
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Help_View(int xx, int yy, int ww, int hh, const char *l=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String := "")
+    return Help_View;
+
+void clear_selection();
+
+procedure Clear_Selection
+       (This : in out Help_View);
+
+const char * directory() const;
+
+function Current_Directory
+       (This : in Help_View)
+    return String;
+
+void draw();
+
+procedure Draw
+       (This : in out Help_View);
+
+const char * filename() const;
+
+function Current_File
+       (This : in Help_View)
+    return String;
+
+int find(const char *s, int p=0);
+
+function Find
+       (This : in Help_View;
+        Item : in String;
+        From : in Position := 1)
+    return Extended_Position;
+
+int handle(int);
+
+function Handle
+       (This  : in out Help_View;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+int leftline() const;
+
+function Get_Leftline_Pixel
+       (This : in Help_View)
+    return Natural;
+
+void leftline(int);
+
+procedure Set_Leftline_Pixel
+       (This  : in out Help_View;
+        Value : in     Natural);
+
+void link(Fl_Help_Func *fn);
+
+procedure Set_Link_Callback
+       (This : in out Help_View;
+        Func : in     Link_Callback);
+
+int load(const char *f);
+
+procedure Load
+       (This : in out Help_View;
+        Name : in     String);
+
+void resize(int, int, int, int);
+
 
+int scrollbar_size() const;
+
+function Get_Scrollbar_Size
+       (This : in Help_View)
+    return Natural;
+
+void scrollbar_size(int newSize);
+
+procedure Set_Scrollbar_Size
+       (This  : in out Help_View;
+        Value : in     Natural);
+
+void select_all();
+
+procedure Select_All
+       (This : in out Help_View);
+
+int size() const;
+
+function Get_Size
+       (This : in Help_View)
+    return Integer;
+
+void size(int W, int H);
+
+procedure Resize
+       (This : in out Help_View;
+        W, H : in     Integer);
+
+Fl_Color textcolor() const;
+
+function Get_Text_Color
+       (This : in Help_View)
+    return Color;
+
+void textcolor(Fl_Color c);
+
+procedure Set_Text_Color
+       (This  : in out Help_View;
+        Value : in     Color);
+
+Fl_Font textfont() const;
+
+function Get_Text_Font
+       (This : in Help_View)
+    return Font_Kind;
+
+void textfont(Fl_Font f);
+
+procedure Set_Text_Font
+       (This : in out Help_View;
+        Font : in     Font_Kind);
+
+Fl_Fontsize textsize() const;
+
+function Get_Text_Size
+       (This : in Help_View)
+    return Font_Size;
+
+void textsize(Fl_Fontsize s);
+
+procedure Set_Text_Size
+       (This : in out Help_View;
+        Size : in     Font_Size);
+
+const char * title();
+
+function Document_Title
+       (This : in Help_View)
+    return String;
+
+int topline() const;
+
+function Get_Topline_Pixel
+       (This : in Help_View)
+    return Natural;
+
+void topline(const char *n);
+
+procedure Set_Topline_Target
+       (This  : in out Help_View;
+        Value : in     String);
+
+void topline(int);
+
+procedure Set_Topline_Pixel
+       (This  : in out Help_View;
+        Value : in     Natural);
+
+const char * value() const;
+
+function Get_Content
+       (This : in Help_View)
+    return String;
+
+void value(const char *val);
+
+procedure Set_Content
+       (This  : in out Help_View;
+        Value : in     String);
+
+ + + + + diff --git a/doc/index.html b/doc/index.html index f729db2..8c41b3d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,7 @@
  • Fl_Graphics_Driver
  • Fl_Group
  • Fl_Help_Dialog
  • -
  • Fl_Help_View
  • +
  • Fl_Help_View
  • Fl_Hold_Browser
  • Fl_Hor_Fill_Slider
  • Fl_Hor_Nice_Slider
  • @@ -183,6 +183,7 @@
  • FLTK.Widgets.Clocks.Updated.Round
  • FLTK.Widgets.Groups
  • FLTK.Widgets.Groups.Color_Choosers
  • +
  • FLTK.Widgets.Groups.Help_Views
  • FLTK.Widgets.Groups.Input_Choices
  • FLTK.Widgets.Groups.Packed
  • FLTK.Widgets.Groups.Scrolls
  • -- cgit