X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30a56ea8cb4d557ee49636b3739edc480234ae1c..b547eb0f86b29467df3ec562ad7a6443c6e34fa5:/include/wx/sizer.h diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 85c5292c4f..771fcf5f1a 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -785,6 +785,8 @@ public: void AddGrowableCol( size_t idx, int proportion = 0 ); void RemoveGrowableCol( size_t idx ); + bool IsRowGrowable( size_t idx ); + bool IsColGrowable( size_t idx ); // the sizer cells may grow in both directions, not grow at all or only // grow in one direction but not the other