/**
@class wxMiniFrame
- @wxheader{minifram.h}
A miniframe is a frame with a small title bar. It is suitable for floating
toolbars that must not
/**
Destructor. Destroys all child windows and menu bar if present.
*/
- ~wxMiniFrame();
+ virtual ~wxMiniFrame();
/**
Used in two-step frame construction. See wxMiniFrame()