I think the docs you found were actually the docs for the
frame:editor-mixin, not just frame:standard-menus-mixin. So, you want
something like this:
#lang racket/gui
(require framework)
(application:current-app-name "Land Usage Calculator")
(define f%
(class (frame:text-mixin
(frame
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 27-12-11 11:04, Marijn wrote:
> Hi,
>
> the docs for application:current-app-name say that it is used in
> the Help menu, but that doesn't seem to work for the following
> program:
>
>
> #lang racket/gui
>
> (require framework)
>
> (application
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
the docs for application:current-app-name say that it is used in the
Help menu, but that doesn't seem to work for the following program:
#lang racket/gui
(require framework)
(application:current-app-name "Land Usage Calculator")
(define root-
3 matches
Mail list logo