9 lines
173 B
Racket
9 lines
173 B
Racket
#lang scribble/doc
|
|
@(require "common.rkt")
|
|
|
|
@defclass/title[aligned-editor-snip% editor-snip% ()]{
|
|
|
|
Calls the @method[aligned-pasteboard<%> realign] method when resized.
|
|
|
|
}
|