X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..9e3229b777e8c4b97daa4402f76591fe3dea0dc0:/docs/latex/wx/minifram.tex diff --git a/docs/latex/wx/minifram.tex b/docs/latex/wx/minifram.tex index 3e19a84cb5..0acfcd6567 100644 --- a/docs/latex/wx/minifram.tex +++ b/docs/latex/wx/minifram.tex @@ -10,6 +10,10 @@ take up too much screen area. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Window styles} \twocolwidtha{5cm} @@ -32,12 +36,14 @@ wxCAPTION.} for Windows, it is implicit in {\bf wxTHICK\_FRAME}).} \end{twocollist} -See also \helpref{window styles overview}{windowstyles}. +See also \helpref{window styles overview}{windowstyles}. Note that all the window styles +above are ignored under GTK and the mini frame cannot be resized by the user. \wxheading{Remarks} -This class has miniframe functionality only under Windows. On other platforms, -it behaves like a normal frame. +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. \wxheading{See also} @@ -52,7 +58,7 @@ it behaves like a normal frame. Default constructor. -\func{}{wxMiniFrame}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp +\func{}{wxMiniFrame}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp \param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp \param{const wxString\& }{name = ``frame"}} @@ -96,7 +102,7 @@ Destructor. Destroys all child windows and menu bar if present. \membersection{wxMiniFrame::Create}\label{wxminiframecreate} -\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp +\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp \param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp \param{const wxString\& }{name = ``frame"}}