]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/minifram.tex
a bit more docs
[wxWidgets.git] / docs / latex / wx / minifram.tex
index 3e19a84cb5df54f92ba4d691f0cf9ee1e1a4884b..db8cd206b48c4d45a849fe5801b604bd8d4525d4 100644 (file)
@@ -36,7 +36,7 @@ See also \helpref{window styles overview}{windowstyles}.
 
 \wxheading{Remarks}
 
-This class has miniframe functionality only under Windows. On other platforms,
+This class has miniframe functionality under Windows and GTK+. On other platforms,
 it behaves like a normal frame.
 
 \wxheading{See also}
@@ -52,7 +52,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 +96,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"}}