[Glade-users] creation evetn for a window
Olexiy Avramchenko
olexiy@irtech.cn.ua
Fri, 14 Nov 2003 15:49:49 +0200
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