Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / 3d / tile_edit / Popup.h
blobd3da4c6052ebf4774e6e0bd94621ec549cacf3a8
1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #if !defined(AFX_POPUP_H__13727C3D_1734_422A_B9CC_60330EDB7A4C__INCLUDED_)
18 #define AFX_POPUP_H__13727C3D_1734_422A_B9CC_60330EDB7A4C__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
23 // Popup.h : header file
26 /////////////////////////////////////////////////////////////////////////////
27 // Popup window
29 class Popup : public CWnd
31 // Construction
32 public:
33 Popup();
34 virtual LRESULT DefWindowProc(UINT message,WPARAM wParam,LPARAM lParam);
35 // Attributes
36 public:
38 // Operations
39 public:
41 // Overrides
42 // ClassWizard generated virtual function overrides
43 //{{AFX_VIRTUAL(Popup)
44 //}}AFX_VIRTUAL
46 // Implementation
47 public:
48 virtual ~Popup();
50 // Generated message map functions
51 protected:
52 //{{AFX_MSG(Popup)
53 // NOTE - the ClassWizard will add and remove member functions here.
54 //}}AFX_MSG
55 DECLARE_MESSAGE_MAP()
58 /////////////////////////////////////////////////////////////////////////////
60 //{{AFX_INSERT_LOCATION}}
61 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
63 #endif // !defined(AFX_POPUP_H__13727C3D_1734_422A_B9CC_60330EDB7A4C__INCLUDED_)