Sizer in wx.Toolbar

I am trying to add two controls to a horizontal toolbar, one under another. Is it possible to add a sizer to it or do it through any other means?

Thank you.

What you should do is create a new custom class derived from wx.Control or wx.PyControl, and add your two widgets to it as its children. Then you can add your composite control to the toolbar like normal.

···

On 9/20/12 7:41 AM, Sakh wrote:

I am trying to add two controls to a horizontal toolbar, one under
another. Is it possible to add a sizer to it or do it through any other
means?

--
Robin Dunn
Software Craftsman