View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#2
Maybe one of these might work:

anyWidget.get_toplevel().show_all()
anyWidget.get_toplevel().window.raise_()

OR

anyWidget.get_toplevel().show_all()
anyWidget.get_root_window().raise_()

They should be equivalent.

Here's a link to the doc.
__________________
N9: Go white or go home
 

The Following 2 Users Say Thank You to daperl For This Useful Post: