Hi all!
I have a wxFrame with a wxToolbar. In the Toolbar I have inserted a
wxCombobox.
I don't know how to Bind a function to be called when I select some
item in the Combobox.
Sincerely,
Adrian
Hi all!
I have a wxFrame with a wxToolbar. In the Toolbar I have inserted a
wxCombobox.
I don't know how to Bind a function to be called when I select some
item in the Combobox.
Sincerely,
Adrian
I think you should be able to bind it to wx.EVT_COMBOBOX just as you normally would.