2 * Copyright 2015 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
16 class EditWindow
: public BWindow
{
18 EditWindow(const char* placeholder
, uint32 flags
);
20 void MessageReceived(BMessage
* message
);
25 BTextControl
* fTextControl
;
28 #endif // EDITWINDOW_H