[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: unminimize
- From: Havoc Pennington <hp redhat com>
- To: Virgil Vickers hanscom af mil
- Cc: gtk-app-devel-list gnome org
- Subject: Re: unminimize
- Date: 21 Oct 2001 19:59:12 -0400
"Virgil E. Vickers" <vickers@max.rl.plh.af.mil> writes:
> I have an application which would be more user-friendly under certain
> circumstances if I could unminimize (uniconify) a certain window from
> code (code responding to a certain widget in another window). Is there
> a gdk_set_minimize() function, or something like that?
gdk_window_show (widget->window) will work. GTK 2 has
gtk_window_deiconify() which is perhaps easier to find, but just does
gdk_window_show() internally.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]