
Also, updates some of the mzlib files to point at `racket/*' libraries rather than to `scheme/*' ones.
13 lines
257 B
Racket
13 lines
257 B
Racket
#lang scribble/doc
|
|
@(require "common.rkt")
|
|
|
|
@definterface/title[aligned-pasteboard-parent<%> ()]{
|
|
|
|
This interface must be implemented by any class who's editor
|
|
is an @racket[aligned-pasteboard<%>].
|
|
|
|
@defmethod[(set-aligned-min-sizes)
|
|
void?]{}
|
|
|
|
}
|