racket/collects/mrlib/scribblings/aligned-pasteboard/aligned-pasteboard-parent-intf.scrbl
2008-01-10 20:07:32 +00:00

14 lines
257 B
Racket

#lang scribble/doc
@(require "common.ss")
@definterface/title[aligned-pasteboard-parent<%> ()]{
This interface must be implemented by any class who's editor
is an @scheme[aligned-pasteboard<%>].
@defmethod[(set-aligned-min-sizes)
void?]{}
}