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 window_get_size ) with set_size_request ?


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -