Class: INLINE-WIDGET-COMPONENT

Documentation

A widget which should be wrapped in <span> and not <div>

Hierachy

Precedence List

Source

(defclass inline-widget-component (generic-widget-component)
  ()
  (:metaclass standard-component-class)
  (:documentation "A widget which should be wrapped in <span> and not <div>"))
Source Context