docs fixes related to somewhat recent DrRacket window
resizing commit original commit: d6efcde6ca70010348a8e112710fee398de27ae1
This commit is contained in:
parent
e1f0b95e68
commit
c0053f32f7
|
@ -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)]
|
||||
|
|
|
@ -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:")
|
||||
|
|
Loading…
Reference in New Issue
Block a user