Applied patch [ 594623 ] FL: No Taskbar entry for tool windows

and also replaced -with-iodbc with -with-odbc in the docs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-08-16 10:31:53 +00:00
parent b13cd66e42
commit 6b2878de13
2 changed files with 4 additions and 2 deletions

View File

@ -896,7 +896,9 @@ void wxFrameLayout::DoSetBarState( cbBarInfo* pBar )
pMiniFrm->Create( &GetParentFrame(), -1, pBar->mName,
wxPoint( 50,50 ),
wxSize ( 0, 0 ),
wxFRAME_FLOAT_ON_PARENT | wxFRAME_TOOL_WINDOW
wxFRAME_FLOAT_ON_PARENT |
wxFRAME_TOOL_WINDOW |
wxFRAME_NO_TASKBAR
);
pMiniFrm->SetClient( pBar->mpBarWnd );

View File

@ -316,7 +316,7 @@ You cannot compile the wxODBC classes under Win16 - sorry.
\normalbox{MORE TO COME}
{\it Under Unix}
--with-iodbc flag for configure
--with-odbc flag for configure
\normalbox{MORE TO COME}