added missing optional checked aurgument to Checkable-Menu-Item% in gui-types.rkt
This commit is contained in:
parent
bcd5fe531d
commit
be29c556cd
|
@ -1214,6 +1214,7 @@
|
|||
[demand-callback
|
||||
((Instance Checkable-Menu-Item%) -> Any)
|
||||
#:optional]
|
||||
[checked Boolean #:optional]
|
||||
[shortcut-prefix (Listof (U 'alt 'cmd 'meta 'ctl
|
||||
'shift 'option))
|
||||
#:optional])
|
||||
|
|
Loading…
Reference in New Issue
Block a user