News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How can I disable a wxFrame from being resized by the user on the debian os

Started by debugview, October 23, 2020, 10:09:01 AM

Previous topic - Next topic

debugview


How can I disable a wxFrame from being resized by the user on the debian os? the same code compiled on the centos is run well.

I set the wxFrame's style wxCLOSE_BOX | wxRESIZE_BORDER, but it's still can resized by mouse

it is so strange

Miguel Gimenez

If you specify wxRESIZE_BORDER style then you are asking explicitly for a resizeable frame. Anyway, this is OT here; please ask in the wxWidgets forum at https://forums.wxwidgets.org/