type: message source files: xgbj.[ch]
SYNTAX
(SEND <gobj> :SHOW)
DESCRIPTION
Print a simpleminded textual representation of the gobject.
EXAMPLES
(setq g (send class-gobject :new)) ; Create a gobject instance. (send g :show) ; Print it.