Hi,
I created window by Glade and python to execute it.
Now, I want to make my login window to disabled Close button locate at top right corner(X button). Also Minimize button too. I can't find the solusion this...
Oh, I tried "window.set_decorated(FALSE)" to disable the Close Window but this removes border including top right buttons. I want to have at least border so it looks ok but don't know how to draw border in python.
Any suggestion?
Thank you.
I created window by Glade and python to execute it.
Now, I want to make my login window to disabled Close button locate at top right corner(X button). Also Minimize button too. I can't find the solusion this...
Oh, I tried "window.set_decorated(FALSE)" to disable the Close Window but this removes border including top right buttons. I want to have at least border so it looks ok but don't know how to draw border in python.
Any suggestion?
Thank you.