Package: gobject
Function g-type-is-abstract
Lambda Listg-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 |
2020-11-13