adjust DrRacket submodule-running options so the user
has more control over which ones get run original commit: 4b57482298c51289c408aee0256b584b08357bf2
This commit is contained in:
parent
878a7c1a12
commit
608168b0dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user