scrbl
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
scribble/example
|
scribble/example
|
||||||
(for-label racket/base
|
(for-label racket/base
|
||||||
racket/string
|
racket/string
|
||||||
|
racket/gui
|
||||||
racket/file))
|
racket/file))
|
||||||
|
|
||||||
(define myeval
|
(define myeval
|
||||||
@@ -15,7 +16,8 @@
|
|||||||
|
|
||||||
@defclass/title[columns-pane% vertical-pane% ()]{
|
@defclass/title[columns-pane% vertical-pane% ()]{
|
||||||
|
|
||||||
A columns pane arranges its subwindows in columns. The number of columns must be given in advance and initializes to 1.
|
A columns pane arranges its subwindows in columns. The number of columns must be given in advance and initializes to 1.
|
||||||
|
See also @racket[pane%].
|
||||||
|
|
||||||
@defconstructor[([parent (or/c (is-a?/c frame%) (is-a?/c dialog%)
|
@defconstructor[([parent (or/c (is-a?/c frame%) (is-a?/c dialog%)
|
||||||
(is-a?/c panel%) (is-a?/c pane%))]
|
(is-a?/c panel%) (is-a?/c pane%))]
|
||||||
|
|||||||
Reference in New Issue
Block a user