Am Fre, den 30.04.2004 schrieb Steven Howe um 06:12: > I have a dialog window that I would like to remove all decorations. > By all I mean the left or 'window menu' and right decoration, minimize, > maximize and 'close window'.
Hi Steven, take a look at gtk.Window.set_decorated at [1]. dialog_window.set_decorated(FALSE) _should_ remove all decorations. But it depends on the window manager you're using if your window eventually will be decorated or not. HTH Jan [1]http://www.pygtk.org/pygtk2reference/class-gtkwindow.html#method-gtkwindow--set-decorated _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
