From a0724ab7c4fedbd037d5b72332ae47fde8584dff Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 4 Dec 2021 20:36:11 +0100 Subject: Add fl_message_icon_label() function (STR #2762) This message icon label (usually one character) will be used in the next call of one of the common dialogs. test/ask.cxx: use fl_message_icon_label() --- FL/fl_ask.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/fl_ask.H b/FL/fl_ask.H index b96c94d30..7df49a8fe 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -95,6 +95,8 @@ inline void fl_message_position(Fl_Widget &widget) { FL_EXPORT void fl_message_title(const char *title); FL_EXPORT void fl_message_title_default(const char *title); +FL_EXPORT void fl_message_icon_label(const char *str); + // pointers you can use to change FLTK to another language: extern FL_EXPORT const char *fl_no; extern FL_EXPORT const char *fl_yes; -- cgit v1.2.3