[wxPython-users] AuiPane Initialize as Floating
Cody Precord
codyprecord at gmail.com
Mon Aug 6 12:15:33 PDT 2007
Here is the full list of options that I set for the panel.
wx.aui.AuiPaneInfo().Name("MyPane").Caption("MyPane").Float
().CloseButton(True).MaximizeButton(False).BestSize(wx.Size(215, 350)))
On Aug 6, 2007, at 2:07 PM, Robin Dunn wrote:
> Cody Precord wrote:
>> Is it possible to initialize an AuiPane in a floating position?
>> I have tried setting AuiPaneInfo.Float() when giving the panel to
>> the AuiMgr but the panel still initializes in a docked postion.
>
> That should work. What other pane options do you set?
>
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org Java give you jitters? Relax with wxPython!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-
> help at lists.wxwidgets.org
>
More information about the wxpython-users
mailing list