implemented wxFRAME_NO_TASKBAR for wxGTK2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,9 +39,12 @@ see also wxFRAME\_FLOAT\_ON\_PARENT. Windows only.}
|
|||||||
\twocolitem{\windowstyle{wxFRAME\_TOOL\_WINDOW}}{Causes a frame with a small
|
\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.}
|
titlebar to be created; the frame does not appear in the taskbar under Windows.}
|
||||||
\twocolitem{\windowstyle{wxFRAME\_NO\_TASKBAR}}{Creates an otherwise normal
|
\twocolitem{\windowstyle{wxFRAME\_NO\_TASKBAR}}{Creates an otherwise normal
|
||||||
frame but it does not appear in the taskbar under Windows (note that it will
|
frame but it does not appear in the taskbar under Windows or GTK+ (note that it
|
||||||
minimize to the desktop window which may seem strange to the users and thus it
|
will minimize to the desktop window under Windows which may seem strange to the
|
||||||
might be better to use this style only without wxMINIMIZE\_BOX style).
|
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.}
|
Has no effect under other platforms.}
|
||||||
\twocolitem{\windowstyle{wxFRAME\_FLOAT\_ON\_PARENT}}{The frame will always be
|
\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
|
on top of its parent (unlike wxSTAY\_ON\_TOP). A frame created with this style
|
||||||
|
Reference in New Issue
Block a user