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