Package: gobject
Function gobject:type-is-abstract
Lambda Listgobject:type-is-abstract (gtype) ArgumentsReturn ValueTrue if gtype is an abstract type. Details Checks if gtype is an abstract type.
An abstract type cannot be instantiated and is normally used as an abstract
base class for derived classes. Examples(g:type-is-abstract "GtkWidget") => T (g:type-is-abstract "GtkButton") => NIL | See also |
2024-12-8