[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Creating a non-focused window
- From: "Tiberius DULUMAN" <tiberius duluman gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Creating a non-focused window
- Date: Fri, 23 May 2008 09:22:52 +0300
> The only way I know to do that is by calling window.set_accept_focus(False)
> before window.show(). The serious flaw with that method is that the
> resulting window, while being prevented from stealing the focus, also can
> not receive focus at any later time, even by intentional user action.
>
What about calling once more window.set_accept_focus(true) after window.show()?
Does it work like this?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]