2 * Copyright 2006-2011, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
12 class NamePanel
: public Panel
{
14 NamePanel(const char* label
, const char* text
,
15 BWindow
* window
, BHandler
* target
,
16 BMessage
* message
, const BSize
& size
);
19 virtual void MessageReceived(BMessage
*message
);
22 BTextControl
* fNameTC
;
27 window_feel fSavedTargetWindowFeel
;
30 #endif // NAME_PANEL_H