iup-rust icon indicating copy to clipboard operation
iup-rust copied to clipboard

Dialogs

Open thelink2012 opened this issue 9 years ago • 2 comments

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.

thelink2012 avatar May 27 '15 17:05 thelink2012

Picking Main, IupMessage, IupAlarm.

thelink2012 avatar Jun 03 '15 01:06 thelink2012

.

thelink2012 avatar Jun 05 '15 18:06 thelink2012