don't remember size passed to SetSize() as pending position/size for TLW as deferred move is not used for them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-05 17:35:38 +00:00
parent fa776a5809
commit 86e3091191
2 changed files with 27 additions and 12 deletions

View File

@@ -458,7 +458,10 @@ protected:
// this simply moves/resizes the given HWND which is supposed to be our
// sibling (this is useful for controls which are composite at MSW level
// and for which DoMoveWindow() is not enough)
void DoMoveSibling(WXHWND hwnd, int x, int y, int width, int height);
//
// returns true if the window move was deferred, false if it was moved
// immediately (no error return)
bool DoMoveSibling(WXHWND hwnd, int x, int y, int width, int height);
// move the window to the specified location and resize it: this is called
// from both DoSetSize() and DoSetClientSize() and would usually just call