Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
com-browse ( link -- )
Factor documentation
>
Factor handbook
>
UI developer tools
>
UI browser
Next:
browser-window ( -- )
Vocabulary
ui.tools.browser
Definition
USING:
kernel
ui
ui.gadgets
;
IN:
ui.tools.browser
:
com-browse
( link -- )
[
browser-gadget?
]
find-window
[
[
raise-window
]
[
gadget-child
show-help
]
bi
]
[
(browser-window)
]
if*
;