eieio-custom-widget-insert
eieio-custom-widget-insert is a compiled Lisp function in `eieio-custom.el
'.
(eieio-custom-widget-insert &rest LOCAL-ARGS)
Insert the widget used for editing object OBJ in the current buffer.
Arguments FLAGS are widget compatible flags.
Must return the created widget.
This is a generic function with only one primary method.
Implementations:
`eieio-default-superclass' :PRIMARY (obj &rest flags)
Insert the widget used for editing object OBJ in the current buffer.
Arguments FLAGS are widget compatible flags.
Must return the created widget.
Defined in `eieio-custom.el'