From a05ae33e20b09ab952ddbbf6762d5cfec77e4943 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 2 Jul 2025 16:16:48 +0200 Subject: 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. --- src/Fl_Message.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Fl_Message.cxx') 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 Internal use only. This class may be changed as required without notice.\n @@ -46,7 +46,7 @@ #include #include "flstring.h" #include -#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 @@ -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). -- cgit v1.2.3