I see. I thought it would work as CodeBlocks is written in wx and it has dockable toolbars (but that's pure wx, not wxPython).
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 18. juni 2007 14:17 To: Dabo Users list Subject: Re: [dabo-users] dToolBar.Dockable On Jun 18, 2007, at 3:36 AM, Simen Haugen wrote: > The toolbar is not dockable even if I set this property (WinXP) From the class docs: Specifies whether the toolbar can be docked and undocked. (bool) Currently, this only seems to work on Linux, and can't be changed instantiation. Default is True. From the wx docs: wxTB_DOCKABLE: Makes the toolbar floatable and dockable (GTK only). Sorry, it's a limitation of wxPython. -- Ed Leafe -- http://leafe.com -- http://dabodev.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
