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:
parent
b13cd66e42
commit
6b2878de13
@ -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 );
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user