Package: gtk
Function gtk-widget-realized
Lambda Listgtk-widget-realized (widget) Syntax(gtk-widget-realized widget) => realized (setf (gtk-widget-realized widget) realized) ArgumentsDetails The gtk-widget-realized function determines whether the widget is
realized. The (setf gtk-widget-realized) function marks the widget as being
realized. This function should only ever be called in a derived "realize" or "unrealize" implementation of the widget. | See also |
2021-9-20