GtkWidgetClass.realize

Signal emitted when widget is associated with a gdk.surface.Surface, which means that gtk.widget.Widget.realize has been called or the widget has been mapped (that is, it is going to be drawn).

struct GtkWidgetClass
extern (C)
void function(GtkWidget* widget) realize;