Handbook
Glossary
definition-icon ( definition -- path )
Factor handbook
»
UI developer tools
»
Definition icons
Next:
ICON:
Vocabulary
definitions
.
icons
Inputs
definition
an
object
Outputs
path
an
object
Definition
IN:
definitions.icons
GENERIC:
definition-icon
( definition -- path )
Methods
USING:
definitions.icons
kernel
words.constant
;
M:
constant
definition-icon
drop
"constant-word"
definition-icon-path
;
USING:
definitions.icons
generic
kernel
;
M:
generic
definition-icon
drop
"generic-word"
definition-icon-path
;
USING:
definitions.icons
kernel
macros
;
M:
macro
definition-icon
drop
"macro-word"
definition-icon-path
;
USING:
definitions.icons
kernel
words
;
M:
parsing-word
definition-icon
drop
"parsing-word"
definition-icon-path
;
USING:
classes.predicate
definitions.icons
kernel
;
M:
predicate-class
definition-icon
drop
"class-predicate-word"
definition-icon-path
;
USING:
definitions.icons
kernel
words
;
M:
primitive
definition-icon
drop
"primitive-word"
definition-icon-path
;
USING:
definitions.icons
kernel
vocabs
;
M:
runnable-vocab
definition-icon
drop
"runnable-vocab"
definition-icon-path
;
USING:
definitions.icons
kernel
words.symbol
;
M:
symbol
definition-icon
drop
"symbol-word"
definition-icon-path
;
USING:
definitions.icons
help.topics
kernel
;
M:
topic
definition-icon
drop
"help-article"
definition-icon-path
;
USING:
definitions.icons
kernel
vocabs
;
M:
vocab-link
definition-icon
drop
"unopen-vocab"
definition-icon-path
;
USING:
definitions.icons
kernel
vocabs
;
M:
vocab
definition-icon
drop
"open-vocab"
definition-icon-path
;
USING:
definitions.icons
help.topics
kernel
;
M:
word-link
definition-icon
drop
"word-help-article"
definition-icon-path
;
USING:
definitions.icons
kernel
words
;
M:
word
definition-icon
drop
"normal-word"
definition-icon-path
;