deech / fltkhs

Haskell bindings to FLTK GUI toolkit.
MIT License
190 stars 24 forks source link

fl_input lacks default string #132

Closed ericu closed 5 years ago

ericu commented 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.

ericu commented 5 years ago

https://github.com/deech/fltkhs/pull/138