svn: r15849

This commit is contained in:
Robby Findler 2009-09-01 15:59:16 +00:00
parent 0bd68c6813
commit a06f5921f8

View File

@ -1,7 +1,10 @@
#lang scribble/doc @(require scribble/manual #lang scribble/doc
scribble/extract scheme/include) @(require (for-label @(require scribble/manual scribble/extract scheme/include)
framework)) @(require (for-label scheme/gui)) @(require @(require (for-label framework))
(for-syntax (prefix-in s: scribble/reader))) @title{Frame} @(require (for-label scheme/gui))
@(require (for-syntax (prefix-in s: scribble/reader)))
@title{Frame}
@definterface[frame:basic<%> (frame%)]{ @definterface[frame:basic<%> (frame%)]{
Classes matching this interface support the basic Classes matching this interface support the basic
@ -921,7 +924,7 @@ framework)) @(require (for-label scheme/gui)) @(require
frame. frame.
} }
@defmethod[(unhide-search [move-focus? boolean? #f]) void?]{ @defmethod[(unhide-search [move-focus? boolean?]) void?]{
When the searching sub window is hidden, makes it visible. If When the searching sub window is hidden, makes it visible. If
@scheme[move-focus?] is @scheme[#f], the focus is not moved, @scheme[move-focus?] is @scheme[#f], the focus is not moved,
but if it is any other value, the focus is moved to the find but if it is any other value, the focus is moved to the find