1 CAPI Reference Entries
activate-pane
function gives the focus to a pane and brings the window containing it to the front.
activate-pane pane
(setq text-input-pane (capi:contain (make-instance 'capi:text-input-pane)))(setq button (capi:contain (make-instance 'capi:push-button :text "Press Me")))
(capi:activate-pane text-input-pane)
(capi:activate-pane button)
hide-interface
show-interface
quit-interface
simple-pane
Generated with Harlequin WebMaker