Author Topic: How can I disable a wxFrame from being resized by the user on the debian os  (Read 2965 times)

debugview

  • Guest

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

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
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/