]> git.saurik.com Git - wxWidgets.git/commitdiff
Make a few internal methods private.
authorSteve Lamerton <steve.lamerton@gmail.com>
Wed, 17 Aug 2011 10:36:14 +0000 (10:36 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Wed, 17 Aug 2011 10:36:14 +0000 (10:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/webview_webkit.h

index 1a8f3a825f9fa0216458d2d53ec8cab59c46d85d..3bd95f94edabf722f46159f8fcf91a1ae540f6a7 100644 (file)
@@ -60,11 +60,6 @@ public:
         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();
@@ -149,6 +144,11 @@ protected:
 
 private:
 
+    void ZoomIn();
+    void ZoomOut();
+    void SetWebkitZoom(float level);
+    float GetWebkitZoom() const;
+
     // focus event handler: calls GTKUpdateBitmap()
     void GTKOnFocus(wxFocusEvent& event);