Gtk.Widget.prototype.set_realized
function set_realized(realized:Boolean):void {
// Gjs wrapper for gtk_widget_set_realized()
}Marks the widget as being realized.
This function should only ever be called in a derived widget's "realize" or "unrealize" implementation.
Since 2.20
- realized
true to mark the widget as realized