iup-rust
iup-rust copied to clipboard
Controls
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
Picking Button, Label and Text.
Picking Toggle, Progress Bar and Frame.
.