
Added lambda icon, foot icon, search forward/back icons Doc fixes Stepper: icons on buttons, logo and about dialog Macro stepper: icons on buttons, logo and about dialog Please merge into release
10 lines
247 B
Racket
10 lines
247 B
Racket
#lang setup/infotab
|
|
|
|
(define drracket-tools '(("stepper+xml-tool.rkt")))
|
|
|
|
(define drracket-tool-names (list "The Stepper"))
|
|
|
|
(define drracket-tool-icons (list '("stepper-32x32.png" "icons")))
|
|
|
|
(define scribblings '(("scribblings/stepper.scrbl")))
|