gui/gui-doc/mrlib/scribblings/aligned-pasteboard/aligned-pasteboard-parent-intf.scrbl
2014-12-02 02:33:07 -05: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?]{}
}