diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
| commit | dc39575fb3ef90e5a2689babe7fb335cd88f6727 (patch) | |
| tree | 24f6cef8f2b558ae6f1f812c75be0c09a53fe417 /FL/fl_ask.H | |
| parent | 7d3793ce1d8cb26e7608bf859beca21359cec6e9 (diff) | |
wip
Diffstat (limited to 'FL/fl_ask.H')
| -rw-r--r-- | FL/fl_ask.H | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/FL/fl_ask.H b/FL/fl_ask.H index d596e9347..9ff169521 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -24,8 +24,6 @@ #include <FL/Enumerations.H> #include <FL/fl_attr.h> -#include <string> - // Note to FLTK developers: fl_ask() had been deprecated since FLTK 1.1.7 // (released Jan 17, 2006 !) but was still available in FLTK 1.4.x. // FLTK 1.5 disables it by using an *undocumented* preprocessor macro. @@ -95,24 +93,6 @@ FL_EXPORT const char *fl_input(int maxchar, const char *label, const char *deflt FL_EXPORT const char *fl_password(int maxchar, const char *label, const char *deflt = 0, ...) __fl_attr((__format__(__printf__, 2, 4))); -// since FLTK 1.4.0 -- optional -// since FLTK 1.5.0 -- always - -// - fl_input_str() with limited input size, returns std::string -// - fl_password_str() with limited input size, returns std::string - -FL_EXPORT std::string fl_input_str(int maxchar, const char *label, const char *deflt = 0, ...) - __fl_attr((__format__(__printf__, 2, 4))); - -FL_EXPORT std::string fl_input_str(int &ret, int maxchar, const char *label, const char *deflt = 0, ...) - __fl_attr((__format__(__printf__, 3, 5))); - -FL_EXPORT std::string fl_password_str(int maxchar, const char *label, const char *deflt = 0, ...) - __fl_attr((__format__(__printf__, 2, 4))); - -FL_EXPORT std::string fl_password_str(int &ret, int maxchar, const char *label, const char *deflt = 0, ...) - __fl_attr((__format__(__printf__, 3, 5))); - FL_EXPORT Fl_Widget *fl_message_icon(); extern FL_EXPORT Fl_Font fl_message_font_; extern FL_EXPORT Fl_Fontsize fl_message_size_; |
