mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user