Thread
:
Python foregrounding my own app
View Single Post
daperl
2009-06-07 , 18:03
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
Quote & Reply
|
The Following 2 Users Say Thank You to daperl For This Useful Post:
qwerty12
,
timsamoff
daperl
View Public Profile
Send a private message to daperl
Find all posts by daperl