X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e4ff78a96a43d0cab7ee676509b8a1b633208b5..8e00741dbdf74ee5583ea8b0134f01023c8f2480:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index caf8db3444..a265f57e52 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -277,6 +277,11 @@ public: int maxW = -1, int maxH = -1, int incW = -1, int incH = -1 ); + int GetMinWidth() const { return m_minWidth; } + int GetMinHeight() const { return m_minHeight; } + int GetMaxWidth() const { return m_maxWidth; } + int GetMaxHeight() const { return m_maxHeight; } + // window state // ------------