]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/minifram.tex
added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl
[wxWidgets.git] / docs / latex / wx / minifram.tex
index c749a749ebe8c4113dcea829a70ec0f7cf5f2e72..0acfcd65678211d7fa7f21ac4c67156ba5dfe36a 100644 (file)
@@ -10,6 +10,10 @@ take up too much screen area.
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/minifram.h>
+
 \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}