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 <[EMAIL PROTECTED]> _______________________________________________ grassgui mailing list [email protected] http://grass.itc.it/mailman/listinfo/grassgui
