GtkObject::constructed

void constructed(void);

constructed() is a wrapper method providing a way to switch the GtkObjectFlaga value GTK_CONSTRUCTED. It may be called internally in GTK+ during the construction of a new object, as a fallback when default_construct() fails.

It is unlikely (but not impossible) that you will use this method in PHP-GTK programming.