removed wxDialog::SetSize() which just called wxWindow::SetSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -237,11 +237,6 @@ bool wxDialog::IsIconized(void) const
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxDialog::SetSize(int x, int y, int width, int height, int WXUNUSED(sizeFlags))
|
|
||||||
{
|
|
||||||
wxWindow::SetSize(x, y, width, height);
|
|
||||||
}
|
|
||||||
|
|
||||||
void wxDialog::SetClientSize(int width, int height)
|
void wxDialog::SetClientSize(int width, int height)
|
||||||
{
|
{
|
||||||
HWND hWnd = (HWND) GetHWND();
|
HWND hWnd = (HWND) GetHWND();
|
||||||
|
Reference in New Issue
Block a user