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()
This commit is contained in:
Albrecht Schlosser
2021-12-04 20:36:11 +01:00
parent 130f864d1d
commit a0724ab7c4
5 changed files with 51 additions and 3 deletions
+2
View File
@@ -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;