2 * Copyright 2016 Dario Casalinuovo. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 #ifndef __NETWORK_STREAM_WIN_H
7 #define __NETWORK_STREAM_WIN_H
10 #include <Messenger.h>
11 #include <TextControl.h>
15 class NetworkStreamWin
: public BWindow
18 NetworkStreamWin(BMessenger target
);
19 virtual ~NetworkStreamWin();
21 virtual void MessageReceived(BMessage
* message
);
23 virtual void WindowActivated(bool active
);
25 void _LookIntoClipboardForUrl();
28 BTextControl
* fTextControl
;