2 * Copyright (c) 2005-2010, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * DarkWyrm <darkwyrm@gmail.com>
11 #include <Messenger.h>
12 #include <TextControl.h>
15 #define M_INLINE_TEXT 'intx'
17 class InlineEditor
: public BWindow
20 InlineEditor(BMessenger target
, const BRect
&frame
,
22 bool QuitRequested(void);
23 void SetMessage(BMessage
*msg
);
24 void MessageReceived(BMessage
*msg
);
25 void WindowActivated(bool active
);
28 BTextControl
*fTextBox
;
29 BMessenger fMessenger
;