On Sat, 2006-09-23 at 22:12 -0400, Kevin Horton wrote: > I'm using pygtk 2.6.3 with gtk 2.6.10. I am looking for a way to > cause a gtk.Window to become the topmost window. I've tried a whole > bunch of different things, but nothing has worked. What are the > possible ways to raise a window?
In the pygtk 0.6.x release is was dialog.get_window()._raise() but I think that changed. > > Thanks, > > Kevin Horton > Ottawa, Canada > > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Steve McClure Racemi email: [EMAIL PROTECTED] 380 Interstate North Pkwy, SE voice: 404-892-5850 Suite 250 fax: 404-892-7215 Atlanta, GA 30339 http://www.racemi.com _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
