5 lines
120 B
Scheme
5 lines
120 B
Scheme
|
(define-interface xpm-interface
|
||
|
(export create-pixmap-from-data
|
||
|
read-file-to-pixmap
|
||
|
((xpm-attribute) :syntax)))
|