# Create the toolbar with a New icon, separator and Help icon
tb = self.CreateToolBar(wxTB_HORIZONTAL|wxNO_BORDER)
What happens if you create a toolbar directly with wxToolBar and then call
self.SetToolBar()?
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!