diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
| commit | f93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch) | |
| tree | 44d4626c2d56666056983d8fedf1b897f4ecf249 /src/fl_ask.cxx | |
| parent | ddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff) | |
wi[
Diffstat (limited to 'src/fl_ask.cxx')
| -rw-r--r-- | src/fl_ask.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index b9c31fd43..7edbb9194 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -399,7 +399,7 @@ const char *fl_password(int maxchar, const char *fmt, const char *defstr, ...) { many common dialogs like fl_message(), fl_alert(), fl_ask(), fl_choice(), fl_input(), fl_password(). - The position set with this method overrides the hotspot setting, + The position set with this method s the hotspot setting, i.e. setting a position has higher priority than the hotspot mode set by fl_message_hotspot(int). @@ -449,7 +449,7 @@ void fl_message_position(Fl_Widget *widget) { \code #include <FL/fl_ask.H> \endcode - The position set with this method overrides the hotspot setting, + The position set with this method s the hotspot setting, i.e. setting a position has higher priority than the hotspot mode set by fl_message_hotspot(int). @@ -540,7 +540,7 @@ void fl_message_title(const char *title) { fl_input(), fl_password(), unless a specific title has been set with fl_message_title(const char *title). - The default is no title. You can override the default title for a + The default is no title. You can the default title for a single dialog with fl_message_title(const char *title). The \p title string is copied internally, so that you can use a |
