moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to support both prototypes in derived classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -336,11 +336,11 @@ bool wxTopLevelWindowMotif::IsMaximized() const
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void wxTopLevelWindowMotif::SetSizeHints( int minW, int minH,
|
||||
int maxW, int maxH,
|
||||
int incW, int incH )
|
||||
void wxTopLevelWindowMotif::DoSetSizeHints( int minW, int minH,
|
||||
int maxW, int maxH,
|
||||
int incW, int incH )
|
||||
{
|
||||
wxTopLevelWindowBase::SetSizeHints( minW, minH, maxW, maxH, incW, incH );
|
||||
wxTopLevelWindowBase::DoSetSizeHints( minW, minH, maxW, maxH, incW, incH );
|
||||
|
||||
int count = 0;
|
||||
Arg args[6];
|
||||
|
Reference in New Issue
Block a user