3 NewConnectionWindow Header
5 Author: Sikosis (beos@gravity24hr.com)
7 (C) 2002 OpenBeOS under MIT license
11 #ifndef __NEWCONNECTIONWINDOW_H__
12 #define __NEWCONNECTIONWINDOW_H__
14 #include <Application.h>
19 #include <TextControl.h>
26 class NewConnectionWindowView
;
28 class NewConnectionWindow
: public BWindow
31 NewConnectionWindow(BRect frame
);
32 ~NewConnectionWindow();
33 virtual void MessageReceived(BMessage
*message
);
35 void InitWindow(void);
37 NewConnectionWindowView
* ptrNewConnectionWindowView
;
40 BTextControl
*txtNewConnection
;