
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-interfaceshow-interfacequit-interfacesimple-pane

Generated with Harlequin WebMaker