Closed ericu closed 5 years ago
FLTK's fl_input lets you supply a default string; it pre-fills it in the dialog. FLTKHS's flInput lacks this parameter. It's very handy for editing e.g. names, where you might want to make a small change to an existing string.
https://github.com/deech/fltkhs/pull/138
FLTK's fl_input lets you supply a default string; it pre-fills it in the dialog. FLTKHS's flInput lacks this parameter. It's very handy for editing e.g. names, where you might want to make a small change to an existing string.