summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-26 16:23:35 +0100
committerMatthias Melcher <github@matthiasm.com>2023-01-26 16:32:17 +0100
commite2028c66fea5fd3d4ee16de098ed596e8fc0688c (patch)
treead4b798a63f1e11d88656a0e3e9b2ee28b166ee6 /src/fl_ask.cxx
parent1581662d007ca201d0e0655414154dd2efbd8e10 (diff)
STR 2936: FLUID: option to ignore syntax check in DeclBlock
Diffstat (limited to 'src/fl_ask.cxx')
-rw-r--r--src/fl_ask.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx
index 3fe0e2e96..5657cd3b0 100644
--- a/src/fl_ask.cxx
+++ b/src/fl_ask.cxx
@@ -208,8 +208,10 @@ int fl_ask(const char *fmt, ...) {
\param[in] b0 text label for right button 0
\param[in] b1 text label for middle button 1 (can be 0)
\param[in] b2 text label for left button 2 (can be 0)
- \retval 0 if the button with \p b0 text is pushed
- \retval 1 if the button with \p b1 text is pushed
+ \retval 0 if the button with \p b0 text is pushed or the user pressed
+ the \c Escape key or clicked the window close button
+ \retval 1 if the button with \p b1 text is pushed or the user pressed
+ the \c Return key
\retval 2 if the button with \p b2 text is pushed
*/
int fl_choice(const char *fmt, const char *b0, const char *b1, const char *b2, ...) {