tool windows shouldn't appear on the taskbar (patch 808350)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-18 11:32:09 +00:00
parent 75cf127cf9
commit 0e3585e9b8

View File

@@ -198,6 +198,9 @@ WXDWORD wxTopLevelWindowMSW::MSWGetStyle(long style, WXDWORD *exflags) const
{
// create the palette-like window
*exflags |= WS_EX_TOOLWINDOW;
// tool windows shouldn't appear on the taskbar (as documented)
style |= wxFRAME_NO_TASKBAR;
}
// We have to solve 2 different problems here: