Howto give a minimum size to wxFrame ?

Hallo,

can I give a minimum size to a wxFrame, so that appears no size event ?

thanks ...
Alexander

Try calling wxWindow::SetSizeHints

···

On 30 Aug 2004 at 19:02, Alexander Eisenhuth wrote:

can I give a minimum size to a wxFrame, so that appears no
size event ?

Gre7g Luterman schrieb:

···

On 30 Aug 2004 at 19:02, Alexander Eisenhuth wrote:

can I give a minimum size to a wxFrame, so that appears no size event ?

Try calling wxWindow::SetSizeHints

Thanks, that was what I'm looking for ...

wxFrame.SetMinSize((w, h)) works as well.

Regards,
Cliff

···

On Mon, 2004-08-30 at 10:25, Gre7g Luterman wrote:

On 30 Aug 2004 at 19:02, Alexander Eisenhuth wrote:

> can I give a minimum size to a wxFrame, so that appears no
> size event ?

Try calling wxWindow::SetSizeHints

--
Cliff Wells <clifford.wells@comcast.net>