Re: gtkwindow showing



Hello,
 
For doing that job I'm using the following line of code (put it in the callback of your button)
  GtkWidget *MyWindow;
 
  gdk_window_raise(MyWindow->window);
 
 
Best regards,
---
Jean-Christophe Berthon
 
Cap Gemini -- Ernst & Young
France
Skill IS -- Image Quality
Email: Jean-Christophe Berthon cgey com
Tel: (+33) 561 31 6671
 
 
----- Original Message -----
Sent: Tuesday, March 05, 2002 2:45 PM
Subject: gtkwindow showing

If I have a window which is already shown on the screen somewhere and I want to click a button to bring that window to the top, how can I do that?

 

(this is for gtk v1.2.10)

 

Regards,

 

Martyn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]