forgot the result contract

This commit is contained in:
Robby Findler 2012-03-30 20:57:53 -05:00
parent 4b57482298
commit 8e35fd01a5

View File

@ -73,7 +73,8 @@ saying that there is no file name until the file is saved.}
} }
@defmethod[(fill-popup [menu (is-a?/c popup-menu%)] @defmethod[(fill-popup [menu (is-a?/c popup-menu%)]
[reset (-> void?)])]{ [reset (-> void?)])
any]{
This method is called when the user clicks in the name message. This method is called when the user clicks in the name message.
Override it to fill in the menu items for the popup menu @racket[menu]. Override it to fill in the menu items for the popup menu @racket[menu].
} }