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

13 lines
474 B
Racket

#lang scribble/doc
@(require "common.ss")
@defclass/title[horizontal-alignment% dllist<%> (alignment<%> alignment-parent<%>)]{
@defconstructor[([parent (is-a?/c alignment-parent<%>)]
[show? boolean? #t]
[after (or/c (is-a?/c alignment<%>) false/c) #f])]{
Inserts a new horizontal-alignment container into
@scheme[parent]---optionally after a given container also in
@scheme[parent]. The new container can be initially shown or hidden.}}