andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

Improve documentation of stddialogs #297

Open NoraCodes opened 6 years ago

NoraCodes commented 6 years ago

Adds documentation to the stddialogs functions.

andlabs commented 6 years ago

The main reason I didn't document these is because I'm likely to get rid of those APIs as they currently stand — the standard dialogs pose their own set of problems, which I still have to formalize in a language-independent way, but here's a writeup assuming JavaScript style callbacks that I did that should cover most details with my current knowledge.