Make a few internal methods private.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,11 +60,6 @@ public:
|
|||||||
DoMoveWindow(x, y, width, height);
|
DoMoveWindow(x, y, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ZoomIn();
|
|
||||||
void ZoomOut();
|
|
||||||
void SetWebkitZoom(float level);
|
|
||||||
float GetWebkitZoom() const;
|
|
||||||
|
|
||||||
virtual void Stop();
|
virtual void Stop();
|
||||||
virtual void LoadUrl(const wxString& url);
|
virtual void LoadUrl(const wxString& url);
|
||||||
virtual void GoBack();
|
virtual void GoBack();
|
||||||
@@ -149,6 +144,11 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
void ZoomIn();
|
||||||
|
void ZoomOut();
|
||||||
|
void SetWebkitZoom(float level);
|
||||||
|
float GetWebkitZoom() const;
|
||||||
|
|
||||||
// focus event handler: calls GTKUpdateBitmap()
|
// focus event handler: calls GTKUpdateBitmap()
|
||||||
void GTKOnFocus(wxFocusEvent& event);
|
void GTKOnFocus(wxFocusEvent& event);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user