]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/frame.tex
Fixed wxTextCtrl::SetMaxLength for rich edit controls
[wxWidgets.git] / docs / latex / wx / frame.tex
index 89e56d46bca4b614b2b8a54c3d472c869be113d4..2f6d253925229b3d44080a26be837828112df2bc 100644 (file)
@@ -39,9 +39,12 @@ see also wxFRAME\_FLOAT\_ON\_PARENT. Windows only.}
 \twocolitem{\windowstyle{wxFRAME\_TOOL\_WINDOW}}{Causes a frame with a small
 titlebar to be created; the frame does not appear in the taskbar under Windows.}
 \twocolitem{\windowstyle{wxFRAME\_NO\_TASKBAR}}{Creates an otherwise normal
-frame but it does not appear in the taskbar under Windows (note that it will
-minimize to the desktop window which may seem strange to the users and thus it
-might be better to use this style only without wxMINIMIZE\_BOX style).
+frame but it does not appear in the taskbar under Windows or GTK+ (note that it
+will minimize to the desktop window under Windows which may seem strange to the
+users and thus it might be better to use this style only without
+wxMINIMIZE\_BOX style). In wxGTK, the flag is respected only if GTK+ is at
+least version 2.2 and the window manager supports 
+\urlref{\_NET\_WM\_STATE\_SKIP\_TASKBAR}{http://freedesktop.org/Standards/wm-spec/1.3/ar01s05.html} hint.
 Has no effect under other platforms.}
 \twocolitem{\windowstyle{wxFRAME\_FLOAT\_ON\_PARENT}}{The frame will always be
 on top of its parent (unlike wxSTAY\_ON\_TOP). A frame created with this style
@@ -525,10 +528,10 @@ Note that on some platforms, it is not possible to call this function twice for
 \func{bool}{SetShape}{\param{const wxRegion\&}{ region}}
 
 If the platform supports it, sets the shape of the window to that
-depicted by {\it{region}}.  The system will not display or
+depicted by {\it region}.  The system will not display or
 respond to any mouse event for the pixels that lie outside of the
 region.  To reset the window to the normal rectangular shape simply
-call {\it{SetShape}} again with an empty region.  Returns TRUE if the
+call {\it SetShape} again with an empty region.  Returns TRUE if the
 operation is successful.
 
 \membersection{wxFrame::SetStatusBar}\label{wxframesetstatusbar}