fix small doc bug

svn: r10332

original commit: 88edb0e08875a3d9e24568a1f237f526d2fad573
This commit is contained in:
Greg Cooper 2008-06-18 02:15:05 +00:00
parent 6dc7da5a66
commit 8f93a8d23c

View File

@ -13,7 +13,7 @@ A @scheme[canvas%] object is a general-purpose window for drawing
'vscroll 'hscroll 'resize-corner
'gl 'no-autoclear 'transparent
'no-focus 'deleted)) null]
[paint-callback ((is-a?/c button%) (is-a?/c dc<%>) . -> . any) void]
[paint-callback ((is-a?/c canvas%) (is-a?/c dc<%>) . -> . any) void]
[label (or/c label-string? false/c) #f]
[gl-config (or/c (is-a?/c gl-config%) false/c) #f]
[enabled any/c #t]