-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for treectrl #24
Comments
What is the plan for implementing complex control specific API's? Below is my first attempt at a treectrl.
|
Perhaps I should add a 'tree' rather than a 'root'? This tree format could be nested or flattened as I have done beklow:
|
Yes, exactly. re-wx is a Model-View-Update framework, so we should never allow the view to update itself, like this:
The view should update the model only. The model is the And if I were you, I would not flatten the
The |
|
The Lines 273 to 275 in 70116d8
|
Add support for https://docs.wxpython.org/wx.TreeCtrl.html
The text was updated successfully, but these errors were encountered: