1 CAPI Reference Entries
contact-pane
is provided as a means of using CLUE contacts in a CAPI interface.
titled-pane
contact
contact-initargs-function
Initialization arguments for the contact.
contact-pane-contact-initargs-function
contact-pane-contact
define-contact-pane
is used to create a CAPI version of a contact, which will be a subclass ofcontact-pane
. The functioncontact-pane-contact
is provided as a means of getting hold of the contact from the CAPI pane, and is to be used by code that needs to refer to slots in the contact.
contact-pane
is first displayed, the CAPI creates an instance of the CLUE contact and places it in the hierarchy. Thecontact-initargs-function
(if non-nil
) is called with the contact-pane, and should return a list of initialization arguments for the contact (the list is applied to themake-instance
).
capi-text-item
which is really a toolkit text item.
(capi:define-contact-pane (capi-text-item tk:text-item) () ()) (setq text-item (capi:contain (make-instance 'capi-text-item)))(tk:contact-value (capi:contact-pane-contact text-item))
capi/elements/contact-pane.lisp
define-contact-pane
contact-pane-contact
Generated with Harlequin WebMaker