From dd8ed7c495f073235646d180916df3c2eee04fd3 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 19 Dec 2024 18:20:09 +1300 Subject: Added Fl_Multi_Browser --- doc/fl_multi_browser.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 3 ++- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 doc/fl_multi_browser.html (limited to 'doc') diff --git a/doc/fl_multi_browser.html b/doc/fl_multi_browser.html new file mode 100644 index 0000000..7db4652 --- /dev/null +++ b/doc/fl_multi_browser.html @@ -0,0 +1,68 @@ + + + + + + Fl_Multi_Browser Binding Map + + + + + + +

Fl_Multi_Browser Binding Map

+ + +Back to Index + + + + + + + + + + +
Package name
Fl_Multi_BrowserFLTK.Widgets.Groups.Browsers.Textline.Multi
+ + + + + + + + + + + + + + + + +
Types
Fl_Multi_BrowserMulti_Browser
 Multi_Browser_Reference
+ + + + + + + + + + + +
Constructors
+Fl_Multi_Browser(int X, int Y, int W, int H, const char *L=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String := "")
+    return Multi_Browser;
+
+ + + + + diff --git a/doc/index.html b/doc/index.html index 5e2d20e..27c3a13 100644 --- a/doc/index.html +++ b/doc/index.html @@ -75,7 +75,7 @@
  • Fl_Menu_Button
  • Fl_Menu_Item
  • Fl_Menu_Window
  • -
  • Fl_Multi_Browser
  • +
  • Fl_Multi_Browser
  • Fl_Multiline_Input
  • Fl_Multiline_Output
  • Fl_Nice_Slider
  • @@ -191,6 +191,7 @@
  • FLTK.Widgets.Groups.Browsers.Check
  • FLTK.Widgets.Groups.Browsers.Textline
  • FLTK.Widgets.Groups.Browsers.Textline.Hold
  • +
  • FLTK.Widgets.Groups.Browsers.Textline.Multi
  • FLTK.Widgets.Groups.Color_Choosers
  • FLTK.Widgets.Groups.Help_Views
  • FLTK.Widgets.Groups.Input_Choices
  • -- cgit