summaryrefslogtreecommitdiff
path: root/doc/fl_select_browser.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_select_browser.html')
-rw-r--r--doc/fl_select_browser.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/fl_select_browser.html b/doc/fl_select_browser.html
new file mode 100644
index 0000000..e3cb96c
--- /dev/null
+++ b/doc/fl_select_browser.html
@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Fl_Select_Browser Binding Map</title>
+ <link href="map.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+
+<h2>Fl_Select_Browser Binding Map</h2>
+
+
+<a href="index.html">Back to Index</a>
+
+
+<table class="package">
+ <tr><th colspan="2">Package name</th></tr>
+
+ <tr>
+ <td>Fl_Select_Browser</td>
+ <td>FLTK.Widgets.Groups.Browsers.Textline.Choice</td>
+ </tr>
+
+</table>
+
+
+
+<table class="type">
+ <tr><th colspan="2">Types</th></tr>
+
+ <tr>
+ <td>Fl_Select_Browser</td>
+ <td>Choice_Browser</td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+ <td>Choice_Browser_Reference</td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+Fl_Select_Browser(int X, int Y, int W, int H, const char *L=0);
+</pre></td>
+<td><pre>
+function Create
+ (X, Y, W, H : in Integer;
+ Text : in String := "")
+ return Choice_Browser;
+</pre></td>
+ </tr>
+
+</table>
+
+
+ </body>
+</html>
+