a frame with two toolbar????

Hi,

  I wonder if it's possible to create two toolbars for a frame? I cannot find any example on this topic.
    Could anybody give me a pointer?

    BTW, is OGL dead? I cannot find any document or example in the latest wxpython distribution.

    Bruce Who
    HuXuZhao@hotmail\.com
      2005\-04\-08

Bruce Who wrote:

Hi,

I wonder if it's possible to create two toolbars for a frame? I
cannot find any example on this topic. Could anybody give me a
pointer?

Yes, it can't be done, but the Frame is only able to manage the size and
placement of one toolbar. But you can manage the 2nd one yourself by
adding it to your sizer, or whatever.

BTW, is OGL dead? I cannot find any document or example in the latest
wxpython distribution.

I am no longer buildling the C++ version, but there is the new Python
version located in the wx.lib.ogl package.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!