From 608168b0dcf23be0973154ef1b085bdcd7980589 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 30 Mar 2012 15:54:01 -0500 Subject: [PATCH] adjust DrRacket submodule-running options so the user has more control over which ones get run original commit: 4b57482298c51289c408aee0256b584b08357bf2 --- collects/mrlib/scribblings/name-message.scrbl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/collects/mrlib/scribblings/name-message.scrbl b/collects/mrlib/scribblings/name-message.scrbl index d5533117..524eb734 100644 --- a/collects/mrlib/scribblings/name-message.scrbl +++ b/collects/mrlib/scribblings/name-message.scrbl @@ -72,6 +72,12 @@ saying that there is no file name until the file is saved.} the @method[name-message% set-message]. } +@defmethod[(fill-popup [menu (is-a?/c popup-menu%)] + [reset (-> void?)])]{ + 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]. +} + @defmethod[(get-background-color) (or/c #f (is-a/c color%) string?)]{ The result of this method is used for the background color