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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user