Widget.addOnRealize

The ::realize signal is emitted when widget is associated with a GdkWindow, which means that gtk_wiget_realize() has been called or the widget has been mapped (that is, it is going to be drawn).

class Widget
void
addOnRealize
(
void delegate dlg
,)

Meta