caption bars in AUI panels in wxPython 2.8

Hi,

Is there a way to make the caption bars in AUI panels
invisible and still be able to drag the panels.

I noticed that when we use CaptionVisible(False) API on the
AuiPaneInfo objects , the captions are invisible but then I am unable to drag
the panels.

Thanks,

  • Aditya S.

Susarla, Aditya wrote:

Hi,

Is there a way to make the caption bars in AUI panels invisible and still be able to drag the panels.

I noticed that when we use CaptionVisible(False) API on the AuiPaneInfo objects , the captions are invisible but then I am unable to drag the panels.

Does it let you drag it if you turn on the Gripper? If not then I don't think there is any support for it. The contents of the panes don't belong to AUI so it can't hook mouse events there without potentially causing problems with the content windows.

ยทยทยท

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