git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68758
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DoMoveWindow(x, y, width, height);
}
- void ZoomIn();
- void ZoomOut();
- void SetWebkitZoom(float level);
- float GetWebkitZoom() const;
-
virtual void Stop();
virtual void LoadUrl(const wxString& url);
virtual void GoBack();
private:
+ void ZoomIn();
+ void ZoomOut();
+ void SetWebkitZoom(float level);
+ float GetWebkitZoom() const;
+
// focus event handler: calls GTKUpdateBitmap()
void GTKOnFocus(wxFocusEvent& event);