On 2007-03-28, André Wyrwa <[EMAIL PROTECTED]> wrote: > can anyone please point me to the relevant pygtk window properties i > need to set to make a window > - fullscreen > - stay in front > - grab all input focus > so that i can use it as a screen lock the likes that gksu or > gnome-power-manager do?
See the reference page for gtk.Window: http://pygtk.org/docs/pygtk/class-gtkwindow.html Methods of interest are fullscreen(), set_modal(), set_type_hint(), set_keep_above(). Dave Cook -- http://mail.python.org/mailman/listinfo/python-list