.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMiniFrame 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMiniFrame \- A frame with a small title bar .SH DESCRIPTION A miniframe is a frame with a small title bar. It is suitable for floating toolbars that must not take up too much screen area. .SH REMARKS This class has miniframe functionality under Windows and GTK, i.e. the presence of mini frame will not be noted in the task bar and focus behaviour is different. On other platforms, it behaves like a normal frame. .SH "PARENTS" wxFrame wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/minifram.h .SH MEMBERS .SS wxMiniFrame () Default constructor. .SS wxMiniFrame (wxWindow* parentwxWindowID idconst wxString& titleconst wxPoint& pos = wxDefaultPositionconst wxSize& size = wxDefaultSizelong style = wxDEFAULT_FRAME_STYLEconst wxString& name = ``frame") Constructor, creating the window. .SS void ~wxMiniFrame () Destructor. Destroys all child windows and menu bar if present. .SS bool Create (wxWindow* parentwxWindowID idconst wxString& titleconst wxPoint& pos = wxDefaultPositionconst wxSize& size = wxDefaultSizelong style = wxDEFAULT_FRAME_STYLEconst wxString& name = ``frame") Used in two-step frame construction. See wxMiniFrame::wxMiniFrame for further details. .SH "WINDOW STYLES" .SS wxICONIZE Display the frame iconized (minimized) (Windows only). .SS wxCAPTION Puts a caption on the frame. .SS wxDEFAULT_FRAME_STYLE Defined as wxMINIMIZE_BOX \pipe wxMAXIMIZE_BOX \pipe wxTHICK_FRAME \pipe wxSYSTEM_MENU \pipe wxCAPTION \pipe wxCLOSE_BOX . .SS wxMINIMIZE Identical to wxICONIZE . .SS wxMINIMIZE_BOX Displays a minimize box on the frame (Windows and Motif only). .SS wxMAXIMIZE Displays the frame maximized (Windows only). .SS wxMAXIMIZE_BOX Displays a maximize box on the frame (Windows and Motif only). .SS wxCLOSE_BOX Displays a close box on the frame. .SS wxSTAY_ON_TOP Stay on top of other windows (Windows only). .SS wxSYSTEM_MENU Displays a system menu (Windows and Motif only). .SS wxTHICK_FRAME Displays a thick frame around the window (Windows and Motif only). .SS wxTINY_CAPTION_HORIZ wxTINY_CAPTION_HORIZ .SS wxTINY_CAPTION_VERT wxTINY_CAPTION_VERT .SS wxRESIZE_BORDER wxRESIZE_BORDER .SH "SEE ALSO" wxFrame wxWindow wxEvtHandler wxObject wxMDIParentFrame wxMDIChildFrame , wxFrame wxDialog .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.