2 * Copyright 2002-2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
21 class FindWindow
: public BWindow
{
23 FindWindow(BRect frame
, BHandler
* handler
,
24 BString
* searchString
, bool caseState
,
25 bool wrapState
, bool backState
);
27 virtual void MessageReceived(BMessage
* message
);
28 virtual void DispatchMessage(BMessage
* message
, BHandler
* handler
);
29 virtual bool QuitRequested();
35 BTextControl
*fSearchString
;
36 BCheckBox
*fCaseSensBox
;
38 BCheckBox
*fBackSearchBox
;
39 BButton
*fCancelButton
;
40 BButton
*fSearchButton
;
45 #endif // FIND_WINDOW_H