X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2d7fdf7b0a57a7e0bf033530148343751b5346b..19fc1a2f0d8523e8d31b40e7b83a058faacc20c2:/include/wx/button.h?ds=sidebyside 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)