<help-pane> ( browser-gadget -- gadget )


Vocabulary
ui.tools.browser

Definition
USING: accessors debugger help kernel ui.gadgets.panes ;

IN: ui.tools.browser

: <help-pane> ( browser-gadget -- gadget )
model>> [ [ print-topic ] curry try ] <pane-control> ;