X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c78f0857639ac0f14a1c4cc3eaa48cde46dac9f2..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/msw/radiobox.h?ds=inline diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h index 2edf86df4f..5e3c362e51 100644 --- a/include/wx/msw/radiobox.h +++ b/include/wx/msw/radiobox.h @@ -149,6 +149,9 @@ protected: // get the total size occupied by the radio box buttons wxSize GetTotalButtonSize(const wxSize& sizeBtn) const; + // Adjust all the buttons to the new window size. + void PositionAllButtons(int x, int y, int width, int height); + virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);