[Glade-users] creation evetn for a window



halil agin wrote:

When a window is firstly constructed, does it generate a signal or
event? if so, what is it?

I want to make some initialization on my components in the window when
it first created...
I thought that when it firstly created, it will generate a signal or
event and i want to learn what it is...

May be i am wrong, if so how can i do that?
 

Try to connect to "realize" signal. Normaly it will be called just once. 
One important advantage - GDK resources (like corresponding GdkWindow) 
are ready at that time.

    Olexiy





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