Widget.addOnRealize

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

class Widget
gulong
addOnRealize
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)