-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Features (and Widgets) to Implement Next #15
Comments
Has anyone started work on the toggle stuff? If not, I would like to try my hand on it. |
Be my guest! Although perhaps some API design brainstorming is in order first. It looks like checkboxes and radio buttons are both created with one function, But Then there's the actual value of the toggles themselves. Like everything with IUP, it's done with strings instead of integers so it's a bit of a pain to match against. There's And we also have to consider callbacks. The The I'm going to be away for the weekend but I should have Internet access. I'll be working on this stuff when I have time to kill. Feel free to start working on it and let me know if you have any questions or anything. |
Thanks for your detailed writeup. I had considered to use this library for a project, but just today it was decided to do it in Go. So I probably won't have much time to contribute, sorry :( |
Ah, well. The tool you'd rather use isn't always the right tool for the job. Thanks for your interest! Check back sometime, huh? |
IupGet[Color|File|Text]
,)IupMessage
Addendum 1:
Features that can be relegated to separate crates:
The text was updated successfully, but these errors were encountered: