Skip to content
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

Bug: Don't generate wxTreeListCtrl for wxRuby3 (which doesn't support it) #1529

Closed
KeyWorksRW opened this issue Nov 15, 2024 · 0 comments · Fixed by #1536
Closed

Bug: Don't generate wxTreeListCtrl for wxRuby3 (which doesn't support it) #1529

KeyWorksRW opened this issue Nov 15, 2024 · 0 comments · Fixed by #1536
Labels
bug Something isn't working

Comments

@KeyWorksRW
Copy link
Owner

Description:

wxTreeListCtrl is supported in wxPython via wx.dataview.TreeListCtrl, which means it needs to get added to our testing suite. However, wxRuby3 doesn't support it. See mcorino/wxRuby3 issue #174. Currently, we try to generate it anyway, causing any generated ruby code that uses it to break.

Code generator for this needs to prevent Ruby code generation for this with the usual warning until/unless support is added to it in wxRuby3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant