On this page:
plt-logo
planet-logo
stepper-logo
macro-stepper-logo
5.3.2

2 Logos

Neil Toronto <neil.toronto@gmail.com>

 (require images/logos)

procedure

(plt-logo [#:height height])  (is-a?/cbitmap%)

  height : (and/c rational? (>=/c 0)) = 256
Returns the PLT logo, rendered in tinted glass and azure metal by the ray tracer that renders icons.

Example:

> (plt-logo)

image

The default height is the size used for DrRacket splash screen.

procedure

(planet-logo [#:height height])  (is-a?/cbitmap%)

  height : (and/c rational? (>=/c 0)) = 96
Returns an unofficial PLaneT logo. This is used as the PLaneT icon when DrRacket downloads PLaneT packages.

Examples:

> (planet-logo)

image

> (planet-logo #:height (default-icon-height))

image

procedure

(stepper-logo [#:height height])  (is-a?/cbitmap%)

  height : (and/c rational? (>=/c 0)) = 96
Returns the algebraic stepper logo.

Example:

> (stepper-logo)

image

procedure

(macro-stepper-logo [#:height height])  (is-a?/cbitmap%)

  height : (and/c rational? (>=/c 0)) = 96
Returns the macro stepper logo.

Example:

> (macro-stepper-logo)

image