]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bitmap.h
fix a couple of typos
[wxWidgets.git] / interface / wx / bitmap.h
index 68c3ed8bc5ed919f6e5758f0099288a504bcfe99..b0a215917ee9024b92482f2f955da99e04137b43 100644 (file)
@@ -436,10 +436,12 @@ public:
 
         @see wxBitmapHandler
     */
-    static wxList GetHandlers();
+    static wxList& GetHandlers();
 
     /**
         Gets the height of the bitmap in pixels.
+
+        @see GetWidth(), GetSize()
     */
     virtual int GetHeight() const;
 
@@ -465,10 +467,19 @@ public:
     */
     virtual wxBitmap GetSubBitmap(const wxRect& rect) const;
 
+    /**
+        Returns the size of the bitmap in pixels.
+
+        @since 2.9.0
+
+        @see GetHeight(), GetWidth()
+    */
+    wxSize GetSize() const;
+
     /**
         Gets the width of the bitmap in pixels.
 
-        @see GetHeight()
+        @see GetHeight(), GetSize()
     */
     virtual int GetWidth() const;