diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-07-02 16:16:48 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-07-02 17:19:52 +0200 |
| commit | a05ae33e20b09ab952ddbbf6762d5cfec77e4943 (patch) | |
| tree | d56c63638917b24e3a35b7ca21dfbbe589c6f234 /src/Fl_Message.cxx | |
| parent | 9a5bdf40a475519ff7b80a9cc51452966e8325e2 (diff) | |
Remove deprecated methods and functions
In FLTK 1.5 we remove most (but not all) methods and functions that
were deprecated in FLTK 1.3 or earlier.
Diffstat (limited to 'src/Fl_Message.cxx')
| -rw-r--r-- | src/Fl_Message.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Fl_Message.cxx b/src/Fl_Message.cxx index bd11a18f8..b24072b40 100644 --- a/src/Fl_Message.cxx +++ b/src/Fl_Message.cxx @@ -24,7 +24,7 @@ \file Fl_Message.cxx - Base class for common dialogs. This is the base class for all common FLTK dialog windows used in - fl_message(), fl_ask(), fl_choice(), fl_input(), and fl_password(). + fl_message(), fl_choice(), fl_input(), and fl_password(). \note <b>Internal use only. This class may be changed as required without notice.</b>\n @@ -46,7 +46,7 @@ #include <FL/Fl.H> #include "flstring.h" #include <FL/fl_ask.H> -#include "Fl_Message.h" // intentionally "hidden" in src/... +#include "Fl_Message.h" // intentionally "hidden" in src/... #include "FL/fl_string_functions.h" // fl_strdup() #include <FL/Fl_Window.H> @@ -403,8 +403,8 @@ int Fl_Message::innards(const char *fmt, va_list ap, const char *b0, const char /** Gets the default icon container (Fl_Box) used in common dialogs. - Many common dialogs like fl_message(), fl_alert(), fl_ask(), - fl_choice(), fl_input(), and fl_password() display an icon. + Many common dialogs like fl_message(), fl_alert(), fl_choice(), + fl_input(), and fl_password() display an icon. You can use this method to get the icon box (Fl_Box) and modify the icon's box type, font, fontsize etc. @@ -514,7 +514,7 @@ const char *Fl_Message::input_innards(const char *fmt, va_list ap, const char *d /** Sets the title of the dialog window used in many common dialogs. This window \p title will be used in the next call of one of the - common dialogs like fl_message(), fl_alert(), fl_ask(), fl_choice(), + common dialogs like fl_message(), fl_alert(), fl_choice(), fl_input(), fl_password(). The \p title string is copied internally, so that you can use a @@ -537,7 +537,7 @@ void Fl_Message::message_title(const char *title) { /** Sets the default title of the dialog window used in many common dialogs. This window \p title will be used in all subsequent calls of one of the - common dialogs like fl_message(), fl_alert(), fl_ask(), fl_choice(), + common dialogs like fl_message(), fl_alert(), fl_choice(), fl_input(), fl_password(), unless a specific title has been set with fl_message_title(const char *title). |
