search for: add_control

Displaying 1 result from an estimated 1 matches for "add_control".

Did you mean: adcontrol
2008 Jun 02
1
Add TextCtrl to toolbar
Hi, How can I add a textctrl to a toolbar? I tried toolbar.add_control(TextCtrl.new(self, ID_ANY)), but that returns false and the control gets placed wherever. Thanks