8 lines
219 B
Racket
8 lines
219 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@defmixin/title[graph-pasteboard-mixin (pasteboard%) (graph-pasteboard<%>)]{
|
|
|
|
This mixin overrides many methods to draw lines between
|
|
@scheme[graph-snip<%>] that it contains.}
|