RE: GTK question



Your question makes no sense to me - you have to create the window
yourself, so there is no need for an event there. If you mean, when
it's
shown, then maybe the "show" signal on GtkWidget? It's too bad that
most
signals aren't documented :(

http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html

Most the signals are documented.

I want to execute some stuff when a window is created. What is the
event that occurs at the creation of the window. Could someone
please
give me an example how to use this event?

As Mike says, you shouldn't need an event to know the window is created,
but if you do want to know when it is on the screen, then perhaps you
are looking for the "map" / "map-event" event(s)?

Regards,
Martyn



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