We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to wxWidgets reference, there should be a two-argument version of the wx.NewListBox call. The C++ constructor is documented here: http://docs.wxwidgets.org/3.0/classwx_list_box.html#a4a86e0f4b5ed9ebea4ca2156941fb2e9
When I try to do something like the following:
listBox := wx.NewListBox(myFrame, wx.ID_ANY)
I get:
panic: No match for overloaded function call
This is not a severe problem, as you can always use other overloads instead. Just for completeness’ sake…
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to wxWidgets reference, there should be a two-argument version of the wx.NewListBox call. The C++ constructor is documented here: http://docs.wxwidgets.org/3.0/classwx_list_box.html#a4a86e0f4b5ed9ebea4ca2156941fb2e9
When I try to do something like the following:
listBox := wx.NewListBox(myFrame, wx.ID_ANY)
I get:
panic: No match for overloaded function call
This is not a severe problem, as you can always use other overloads instead. Just for completeness’ sake…
The text was updated successfully, but these errors were encountered: