User forums > Using Code::Blocks
How can I disable a wxFrame from being resized by the user on the debian os
(1/1)
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/
Navigation
[0] Message Index
Go to full version