hi

i made a small seekbar in a gtk.Window for my player under linux in fullscreen and set the keep_above and set_transient_for on it to keep the window on top...

on gnome-shell when i switch to fullscreen the window is not visible at all... if someone have an idear... (works well everywhere, problem is just on gnome-shell)

my simple code for that is:

self.miniPlayer.set_keep_above(True)
self.miniPlayer.set_transient_for(self.window)


thanks
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to