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

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to