Package: gobject

Function g-is-object

Lambda List

g-is-object (object)

Arguments

object -- a valid g-type-instance instance to check for being a +g-type-object+ type

Details

Checks whether the object argument is of +g-type-object+ type or derived from it.

Example

(g-is-object (make-instance 'gtk-button)) => T    
 

See also

2021-9-11