How can I bring a window on the top ??

2003-02-04 Thread beer
Hi, I will create a window when a user click button on menubar and when a user click this button again I would like to bring a window that has already created on the top. thank you

Re: How can I bring a window on the top ??

2003-02-04 Thread Havoc Pennington
On Wed, Feb 05, 2003 at 12:13:51PM +0700, beer wrote: I will create a window when a user click button on menubar and when a user click this button again I would like to bring a window that has already created on the top. Use gtk_window_present(). Havoc