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