X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2d7fdf7b0a57a7e0bf033530148343751b5346b..be19c556083cc197be55acbd05db76ec6dc2e0c4:/include/wx/button.h?ds=inline diff --git a/include/wx/button.h b/include/wx/button.h index b6827dc002..0e987d1eda 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -109,6 +109,7 @@ public: // set the margins around the image void SetBitmapMargins(wxCoord x, wxCoord y) { DoSetBitmapMargins(x, y); } void SetBitmapMargins(const wxSize& sz) { DoSetBitmapMargins(sz.x, sz.y); } + wxSize GetBitmapMargins() { return DoGetBitmapMargins(); } // set the image position relative to the text, i.e. wxLEFT means that the // image is to the left of the text (this is the default)