| ||
superclass: pasteboard% | ||
|
constructor
(new horizontal-pasteboard% ...superclass-args...)
→ (is-a?/c horizontal-pasteboard%)
Passes all arguments to super-init.
method
(send a-horizontal-pasteboard after-delete snip) → void?
snip : (is-a?/c snip%)
Overrides after-delete in pasteboard%.
method
(send a-horizontal-pasteboard after-insert snip before x y) → void? snip : (is-a?/c snip%) before : (or/c (is-a?/c snip%) false/c) x : real? y : real?
Overrides after-insert in pasteboard%.
method
(send a-horizontal-pasteboard after-reorder snip to-snip before?) → boolean? snip : (is-a?/c snip%) to-snip : (is-a?/c snip%) before? : any/c
Overrides after-reorder in pasteboard%.