fix small doc bug
svn: r10332
This commit is contained in:
parent
55604117e4
commit
88edb0e088
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user