Stock "standard" menu bar?

Does wxPython have a stock standard menu bar object, by which I mean
one that already has a File menu w/ New, Open, Save, Save As, Print,
and Exit, an Edit menu w/ Cut, Copy, Paste, and Select All, and a Help
menu w/ About (or any subset of the above)? (I'm aware of what's in
the Flat Menu Demo, but that's _too_ customized; I'll pare it down if
need be, but it seems like this should be a standard convenience
object wxPython could/should supply.) Thanks!

Hi,

Does wxPython have a stock standard menu bar object, by which I mean
one that already has a File menu w/ New, Open, Save, Save As, Print,
and Exit, an Edit menu w/ Cut, Copy, Paste, and Select All, and a Help
menu w/ About (or any subset of the above)? (I'm aware of what's in
the Flat Menu Demo, but that's _too_ customized; I'll pare it down if
need be, but it seems like this should be a standard convenience
object wxPython could/should supply.) Thanks!

Not that I know of. It won't be difficult however to create one and
just use it as a custom class you can plugin in any application/frame
you build. It doesn't need to be derived from FlatMenu, it can easily
be a subclass of the native wx.MenuBar as well.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

==> Never *EVER* use RemovalGroup for your house removal. You'll
regret it forever.
The Doomed City: Removal Group: the nightmare <==

ยทยทยท

On 2 January 2011 11:41, OlyDLG wrote: