Re: bring window to the top
- From: Havoc Pennington <hp redhat com>
- To: Donovan Artz <dono nis lanl gov>
- Cc: gtk-list gnome org
- Subject: Re: bring window to the top
- Date: 12 Dec 2000 22:14:15 -0500
Donovan Artz <dono nis lanl gov> writes:
> how can i bring a window in GTK to be the top window?
> i'd like to have a "windows" menu in my menubar which contains a list of
> the open document windows -- selecting a window in the menu should cause
> it to come to the top.
>
> i've tried gtk_widget_grab_focus(myGtkWindow) to no avail.
>
gdk_window_raise (GTK_WIDGET (window)->window);
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]