X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2d7fdf7b0a57a7e0bf033530148343751b5346b..8d2c70414cc0c6b93147d0c0cc963f217fcb2023:/include/wx/button.h diff --git a/include/wx/button.h b/include/wx/button.h index b6827dc002..49613d09db 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -109,7 +109,8 @@ 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) void SetBitmapPosition(wxDirection dir);