racket/collects/embedded-gui/scribblings/vline.scrbl
Matthew Flatt 6fcc293c4a embedded-gui docs
svn: r9389
2008-04-21 20:51:23 +00:00

12 lines
229 B
Racket

#lang scribble/doc
@(require "common.ss")
@defclass/title[vline% snip-wrapper% (alignment<%>)]{
Displays a vertical line across the region that is inserted into.
@defconstructor[([parent (is-a?/c alignment-parent<%>)])]{
}
}