Function: semantic-displayer-ghost--eieio-childp
semantic-displayer-ghost--eieio-childp is a byte-compiled function
defined in complete.el.gz.
Signature
(semantic-displayer-ghost--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type semantic-displayer-ghost(var)/semantic-displayer-ghost(fun)
or a subclass.
Aliases
semantic-displayer-ghost-child-p (obsolete since 25.1)
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
;;; Ghost Text displayer
;;
(defclass semantic-displayer-ghost (semantic-displayer-focus-abstract)
((ghostoverlay :type overlay
:documentation
"The overlay the ghost text is displayed in.")
(first-show :initform t
:documentation
"Non-nil if we have not seen our first show request.")
)
"Cycle completions inline with ghost text.
Completion displayer using ghost chars after point for focus options.
Whichever completion is currently in focus will be displayed as ghost
text using overlay options.")