[CAPI] Tooltips on button panels
Hello, can someone explain to me how to put tooltips on choices in button panels (checkboxes, radio buttons etc.). The panels are created declaratively, as in: (define-interface foo () (...) (:panes ... (panel check-button-panel :layout-class 'column-layout :title "Options" :title-position :frame :items '((:this t) (:that t)) :print-function (lambda (item) (keyword-capitalize (car item))) ...))) Thanks! -- Resistance is futile. You will be jazzimilated. Jazz site: http://www.didierverna.com Other sites: http://www.didierverna.info _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html