(define-method (set-attribute (ih ) (key ) (value )) ((setter attributes) ih (alist-cons key value (attributes ih))) (#~IupSetAttribute pointer: (ptr ih) string: (string-upcase (keyword->string key)) string: value)) (define-method (get-attribute (ih ) (key )) (#~IupGetAttribute (ptr ih) string: (string-upcase (keyword->string key)) return: string:))