racket/collects/mrlib/scribblings/aligned-pasteboard/aligned-pasteboard-parent-intf.scrbl
Eli Barzilay ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00

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?]{}
}