forgot the result contract

original commit: 8e35fd01a5d13219d2fc2adb955ed9dc24158bc7
This commit is contained in:
Robby Findler 2012-03-30 20:57:53 -05:00
parent 608168b0dc
commit 6b7420df8f

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].
} }