[GRASSGUI] can't dock map display with AUI
Glynn Clements
glynn at gclements.plus.com
Fri Jun 8 19:29:01 EDT 2007
Michael Barton wrote:
> My main question is whether there are a lot (or only a few) specific methods
> used in this instance of wx.Frame that are not available if we switch it to
> wx.Window. For example, what do we need to do for toolbars and status bars
> that are built into frames?
A Frame is a TopLevelWindow with a built-in menu bar, status bar and
tool bar. If you don't use a Frame, you can still add these components
manually (although you might get better Mac compatibility with a
Frame's built-in menu bar).
The AUI demo (AUI_DockingWindowMgr.py) includes dockable toolbars.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-gui
mailing list