diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-30 17:30:09 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-30 17:30:09 +0000 |
| commit | 4b8754ace4ce4974e7ef8a83f3c830d56aa7f1d0 (patch) | |
| tree | 40ad5426c61a79d341c1862b29c01b8ec9808faa /documentation/functions.html | |
| parent | 620d03ee7d51a9f9c6c53bce7d0b3636498702af (diff) | |
Updated Fl_Browser documentation
Added widget hierarchy to Appendix A.
Fixed doubled-up fl_input and fl_choice links (names are not
case sensitive...)
Added FLUID tutorial from Craig P. Earls (none of the sources yet,
just the docos and images)
git-svn-id: file:///fltk/svn/fltk/trunk@258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/functions.html')
| -rw-r--r-- | documentation/functions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/functions.html b/documentation/functions.html index d8943d3b7..ba205236d 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -48,7 +48,7 @@ button and waits for the user to hit a button. The return value is 1 if the user hits Yes, 0 if they pick No. The enter key is a shortcut for Yes and ESC is a shortcut for No. <P ALIGN=CENTER><IMG src=./fl_ask.gif border=1></P> -<H3><A name=fl_choice>int fl_choice(const char *q, const char *b0, +<H3><A name=fl_choice2>int fl_choice(const char *q, const char *b0, const char *b1, const char *b2, ...)</A></H3> Shows the message with three buttons below it marked with the strings @@ -59,7 +59,7 @@ positioned "backwards" You can hide buttons by passing <TT>NULL</TT> as their labels. <P ALIGN=CENTER><IMG src=./fl_choice.gif border=1></P> -<H3><A name=fl_input>const char *fl_input(const char *label, const char +<H3><A name=fl_input2>const char *fl_input(const char *label, const char *deflt = 0, ...)</A></H3> Pops up a window displaying a string, lets the user edit it, and return the new value. The cancel button returns <TT>NULL</TT>. <I>The |
