caret-color>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: caret-color>> ( object -- value )


Methods
USING: accessors slots.private ui.gadgets.editors ;

M: editor caret-color>> 24 slot ; inline