X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06bb8d923df9ce02e522c661a11ff685466067a6..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/button.h?ds=sidebyside diff --git a/include/wx/button.h b/include/wx/button.h index 49613d09db..0e987d1eda 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -110,7 +110,7 @@ public: 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);