]> git.saurik.com Git - wxWidgets.git/blame - include/wx/nonownedwnd.h
replace changes of r49890 by defining more compatibility operators in wxCmdLineArgsAr...
[wxWidgets.git] / include / wx / nonownedwnd.h
CommitLineData
42b0d8b9
VS
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/nonownedwnd.h
3// Purpose: declares wxNonTopLevelWindow class
4// Author: Vaclav Slavik
5// Modified by:
6// Created: 2006-12-24
7// RCS-ID: $Id$
8// Copyright: (c) 2006 TT-Solutions
9// Licence: wxWindows licence
10///////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_NONOWNEDWND_H_
13#define _WX_NONOWNEDWND_H_
14
15#if defined(__WXDFB__)
16 #include "wx/dfb/nonownedwnd.h"
17#else
18 // other ports can derive both wxTLW and wxPopupWindow directly
19 // from wxWindow:
20 #include "wx/window.h"
21 typedef wxWindow wxNonOwnedWindow;
22#endif
23
24#endif // _WX_NONOWNEDWND_H_