git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2543
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- pChild->ReParent( pNewParent );
+ //pChild->ReParent( pNewParent );
#endif
wxMessageBox( "Sorry, docking is not supported for ports other than MSW and wxGTK" );
#endif
wxMessageBox( "Sorry, docking is not supported for ports other than MSW and wxGTK" );
-void wxDynamicToolBar::Layout()
+bool wxDynamicToolBar::Layout()
{
if ( !mpLayoutMan ) mpLayoutMan = CreateDefaulLayout();
{
if ( !mpLayoutMan ) mpLayoutMan = CreateDefaulLayout();
mpLayoutMan->Layout( wndDim, result, items, mVertGap, mHorizGap );;
SizeToolWindows();
mpLayoutMan->Layout( wndDim, result, items, mVertGap, mHorizGap );;
SizeToolWindows();
}
void wxDynamicToolBar::GetPreferredDim( const wxSize& givenDim, wxSize& prefDim )
}
void wxDynamicToolBar::GetPreferredDim( const wxSize& givenDim, wxSize& prefDim )
virtual void DrawSeparator( wxDynToolInfo& info, wxDC& dc );
// see definitions of orientation types
virtual void DrawSeparator( wxDynToolInfo& info, wxDC& dc );
// see definitions of orientation types
virtual void GetPreferredDim( const wxSize& givenDim, wxSize& prefDim );
virtual void GetPreferredDim( const wxSize& givenDim, wxSize& prefDim );