Robin Dunn <robin <at> alldunn.com> writes:
Call the frame's SetSizeHints with values for minH and maxH.
Thank you Robin. This seems to be an easier solution. But I could not get the
syntax right. I have this line in the code:
mainSizer.SetSizeHints(self)
Where do i put minH and maxH? Does wx.Frame have minH/maxH property? I didn't
find it on this page: wxPython API Documentation — wxPython Phoenix 4.2.2 documentation