diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 20:36:11 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 20:36:11 +0100 |
| commit | a0724ab7c4fedbd037d5b72332ae47fde8584dff (patch) | |
| tree | 2c2c37ac226d7b26d2c050fc62af12aa0f9efe68 /FL | |
| parent | 130f864d1d3f02f854a5f4085a49318a03a8eea0 (diff) | |
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()
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/fl_ask.H | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
