From: Kevin Hock Date: Mon, 24 Jan 2005 05:08:42 +0000 (+0000) Subject: For consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/36d23121977b85dc63c1535a64df88b41a81241b For consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/frame.tex b/docs/latex/wx/frame.tex index d41636143a..9d0bd9cb38 100644 --- a/docs/latex/wx/frame.tex +++ b/docs/latex/wx/frame.tex @@ -38,7 +38,7 @@ see also wxFRAME\_FLOAT\_ON\_PARENT. Windows only.} \twocolitem{\windowstyle{wxSYSTEM\_MENU}}{Displays a system menu.} \twocolitem{\windowstyle{wxRESIZE\_BORDER}}{Displays a resizeable border around the window.} \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 or GTK+.} \twocolitem{\windowstyle{wxFRAME\_NO\_TASKBAR}}{Creates an otherwise normal 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