python - PyGTK, how can I lock a window so it cannot be resized? -
I'm exploring a way to lock the window. I found window.set_resizable (false) , but it changes the window to its requested size and then locks it I would like to be able to resize my window , And then lock it in size size.
Maybe you can press set_resizeable before the existing window size ( From ) with set_size_request ?
Comments
Post a Comment