iup-rust
iup-rust copied to clipboard
Dialogs
Tracking progress on dialog bindings. If you wish to implement any of those items leave a comment :)
Main:
- [x] IupDialog
- [x] IupPopup
- [x] IupShow
- [x] IupShowXY
- [x] IupHide
Predefined:
- [ ] IupFileDlg
- [x] IupMessageDlg
- [ ] IupColorDlg
- [ ] IupFontDlg
- [ ] IupProgressDlg
- [x] IupAlarm
- [ ] IupLayoutDialog
- [ ] IupElementPropertiesDialog
- [ ] IupGetFile
- [ ] IupGetColor
- [ ] IupGetParam(v)
- [ ] IupGetText
- [ ] IupListDialog
- [x] IupMessage
No IupScanf as IupGetParam is recommended instead.
Picking Main, IupMessage, IupAlarm.
.