From 4b8754ace4ce4974e7ef8a83f3c830d56aa7f1d0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 30 Jan 1999 17:30:09 +0000 Subject: 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 --- documentation/functions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/functions.html') 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.

-

int fl_choice(const char *q, const char *b0, +

int fl_choice(const char *q, const char *b0, const char *b1, const char *b2, ...)

Shows the message with three buttons below it marked with the strings @@ -59,7 +59,7 @@ positioned "backwards" You can hide buttons by passing NULL as their labels.

-

const char *fl_input(const char *label, const char +

const char *fl_input(const char *label, const char *deflt = 0, ...)

Pops up a window displaying a string, lets the user edit it, and return the new value. The cancel button returns NULL. The -- cgit v1.2.3