docs fixes related to somewhat recent DrRacket window

resizing commit

original commit: d6efcde6ca70010348a8e112710fee398de27ae1
This commit is contained in:
Robby Findler 2012-11-30 21:31:27 -06:00
parent e1f0b95e68
commit c0053f32f7
2 changed files with 8 additions and 1 deletions

View File

@ -15,7 +15,7 @@
The @racket[panel:discrete-sizes-mixin] explicitly
uses @racket[switchable-button%]s via their
@method[switchable-button% get-small-width] and
@method[switchable-button% get-small-height] methods.
@method[switchable-button% get-large-width] methods.
See @racket[panel:discrete-sizes-mixin] for more details.
@defconstructor/auto-super[([label (or/c string? (is-a?/c bitmap%) #f)]

View File

@ -273,4 +273,11 @@
It uses the sizes of its children to implement the @racket[panel:discrete-child<%>] interface.
}
@defclass[panel:horizontal-discrete-sizes% (panel:discrete-sizes-mixin panel%) ()]{}
@defclass[panel:vertical-discrete-sizes% (panel:discrete-sizes-mixin panel%) ()]{
Calls @racket[panel:discrete-sizes<%> set-orientation] with @racket[#f] during
initialization.
}
@(include-previously-extracted "main-extracts.rkt" #rx"^panel:")