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

Missing wx.NewListBox overload #56

Open
axelniedenhoff opened this issue Apr 3, 2018 · 0 comments
Open

Missing wx.NewListBox overload #56

axelniedenhoff opened this issue Apr 3, 2018 · 0 comments

Comments

@axelniedenhoff
Copy link

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…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant