click-loc ( editor model -- )


Vocabulary
ui.gadgets.editors

Definition
USING: kernel models ;

IN: ui.gadgets.editors

: click-loc ( editor model -- ) [ clicked-loc ] dip set-model ;