]> git.saurik.com Git - wxWidgets.git/commitdiff
For consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR
authorKevin Hock <hockkn@yahoo.com>
Mon, 24 Jan 2005 05:08:42 +0000 (05:08 +0000)
committerKevin Hock <hockkn@yahoo.com>
Mon, 24 Jan 2005 05:08:42 +0000 (05:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/frame.tex

index d41636143a64933c91499933392a781f7e3a722e..9d0bd9cb38e0637afbcd978d1fd7bdc7c1f059d8 100644 (file)
@@ -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