summaryrefslogtreecommitdiff
path: root/src/nigui/msgbox.nim
AgeCommit message (Collapse)Author
2019-08-15Fix #45Simon Krauter
2019-07-26Implemented High-DPI support for Windows.Simon Krauter
Applications should use ``scaleToDpi()`` to convert pixel numbers from 96 DPI to system DPI.
2018-09-24Improve messages boxes and buttonstrustable-code
- Message box: button1 will be focused - Buttons: Key_Return and Key_Space are now handled in platform-independent code
2018-09-13Don't use nil for strings any moretrustable-code
2017-07-08Moved "msgbox.nim" inside "nigui" subdirectorytrustable-code