Remove MoveWindow method.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-18 09:26:52 +00:00
parent 6849a4b714
commit 39ab701469

View File

@@ -54,12 +54,6 @@ public:
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// helper to allow access to protected member from GTK callback
void MoveWindow(int x, int y, int width, int height)
{
DoMoveWindow(x, y, width, height);
}
virtual void Stop();
virtual void LoadURL(const wxString& url);
virtual void GoBack();