Handbook
Glossary
draw-default-text ( editor -- )
Vocabulary
ui
.
gadgets
.
editors
.
private
Inputs
editor
an
object
Outputs
None
Definition
USING:
accessors
kernel
ui.text
ui.theme
;
IN:
ui.gadgets.editors.private
:
draw-default-text
( editor -- )
[
font>>
clone
line-color
>>foreground
]
[
default-text>>
]
bi
draw-text
;