]> git.saurik.com Git - wxWidgets.git/commitdiff
Document GetBitmapMargins
authorRobin Dunn <robin@alldunn.com>
Tue, 2 Mar 2010 00:23:31 +0000 (00:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 2 Mar 2010 00:23:31 +0000 (00:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/button.h

index 4027c9aef1f2bd3ab14e1d3dd8eba5dca10a225e..4bbcd5851849635268906db25df8ae33c808d7c6 100644 (file)
@@ -222,6 +222,15 @@ public:
     */
     wxBitmap GetBitmapPressed() const;
 
     */
     wxBitmap GetBitmapPressed() const;
 
+    /**
+        Get the margins between the bitmap and the text of the button.
+
+        @see SetBitmapMargins()
+
+        @since 2.9.1
+     */
+    wxSize GetBitmapMargins();
+
     /**
         Returns the default size for the buttons. It is advised to make all the dialog
         buttons of the same size and this function allows to retrieve the (platform and
     /**
         Returns the default size for the buttons. It is advised to make all the dialog
         buttons of the same size and this function allows to retrieve the (platform and