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

Controls

Open thelink2012 opened this issue 10 years ago • 3 comments

Tracking progress on controls binding. If you wish to implement any of those items leave a comment :)

Having a control implemented means it has it's documented callbacks (and constructors, even partially). Attributes as methods are not required at the moment (perhaps a future issue).

Standard:

  • [x] IupButton
  • [ ] IupCanvas
  • [x] IupFrame
  • [x] IupLabel
  • [ ] IupLink
  • [ ] IupList
  • [x] IupProgressBar
  • [ ] IupSpin
  • [ ] IupTabs
  • [x] IupText
  • [x] IupToggle
  • [ ] IupTree
  • [ ] IupVal

thelink2012 avatar May 27 '15 20:05 thelink2012

Picking Button, Label and Text.

thelink2012 avatar May 30 '15 00:05 thelink2012

Picking Toggle, Progress Bar and Frame.

thelink2012 avatar Jun 01 '15 02:06 thelink2012

.

thelink2012 avatar Jun 05 '15 17:06 thelink2012