diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-27 16:09:01 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-27 16:09:06 +0200 |
| commit | aab6afd32cc03812798883f8cf2be58161b12f8c (patch) | |
| tree | 3fc30a74a874d9ca610157509b40bd112cb7354a /src | |
| parent | 0b408792c083eb64a5ca737bdbcb30b1d64042e9 (diff) | |
FLUID: Documentation and typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_ask.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index 29221d494..7423970e5 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -327,6 +327,7 @@ const char *fl_input(const char *fmt, const char *defstr, ...) { \code #include <FL/fl_ask.H> \endcode + \param[in] maxchar maximum number of characters the user can input (UTF-8 aware) \param[in] fmt can be used as an sprintf-like format and variables for the message text \param[in] defstr defines the default returned string if no text is entered |
