]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
have CGImage Support in all OSX builds
[wxWidgets.git] / include / wx / window.h
index 8874dded7ed3e3bade22b55fb2aa53fc1cfbab75..508875a48831b69208c193be15eaac67d68e9f11 100644 (file)
@@ -424,11 +424,11 @@ public:
 
         // Override these methods for windows that have a virtual size
         // independent of their client size.  eg. the virtual area of a
-        // wxScrolledWindow.  Default is to alias VirtualSize to ClientSize.
+        // wxScrolledWindow. 
 
     virtual void DoSetVirtualSize( int x, int y );
-    virtual wxSize DoGetVirtualSize() const; // { return m_virtualSize; }
-
+    virtual wxSize DoGetVirtualSize() const;
+    
         // Return the largest of ClientSize and BestSize (as determined
         // by a sizer, interior children, or other means)