Any way to disable window decorations (including X button)?

2005-06-08 Thread Paul Santa Maria
Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the X close button) from a GTK+ window? Thank you in advance .. PSM

RE: Any way to disable window decorations (including X button)?

2005-06-08 Thread Larry Kastel
Look at the function gtk_window_set_decorated() -Original Message- From: [EMAIL PROTECTED] [mailto:gtk-app-devel-list- [EMAIL PROTECTED] On Behalf Of Paul Santa Maria Sent: Wednesday, June 08, 2005 1:10 PM To: gtk-app-devel-list@gnome.org Subject: Any way to disable window

Re: Any way to disable window decorations (including X button)?

2005-06-08 Thread Tristan Van Berkom
Paul Santa Maria wrote: Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the X close button) from a GTK+ window? Hi, IMO, the kiosk itself

Re: Any way to disable window decorations (including X button)?

2005-06-08 Thread Carlo Agrusti
Paul Santa Maria ha scritto lo scorso 08/06/2005 19:09: Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the X close button) from a GTK+ window?

Re: Any way to disable window decorations (including X button)?

2005-06-08 Thread Miroslav Rajcic
Paul Santa Maria wrote: Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the X close button) from a GTK+ window? Thank you in advance .. PSM