AndrewBelt / osdialog

A cross platform wrapper for OS dialogs like file save, open, message boxes, inputs, color picking, etc.
Creative Commons Zero v1.0 Universal
122 stars 19 forks source link

prompt dialogs for gtk #13

Closed gluethegiant closed 4 years ago

gluethegiant commented 4 years ago

Added the prompt dialogs for gtk. Follows osdialog_message in gtk2 code and the osdialog_prompt implementation for Mac. Needed for cf's Label plugin and more plugins will allow user input when this is implemented on more than just Mac.

AndrewBelt commented 4 years ago

Thanks!