Chat-O-Matic/application/views/NicknameTextControl.h

18 lines
410 B
C
Raw Normal View History

/*
* Copyright 2009, Pier Luigi Fiorini. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _NICKNAME_TEXT_CONTROL_H
#define _NICKNAME_TEXT_CONTROL_H
#include <TextControl.h>
class NicknameTextControl : public BTextControl {
public:
NicknameTextControl(const char* name, BMessage* message);
virtual void Draw(BRect updateRect);
};
#endif // _NICKNAME_TEXT_CONTROL_H