1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/nonownedwnd.h
3 // Purpose: declares wxNonTopLevelWindow class
4 // Author: Vaclav Slavik
8 // Copyright: (c) 2006 TT-Solutions
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_NONOWNEDWND_H_
13 #define _WX_NONOWNEDWND_H_
15 #if defined(__WXDFB__)
16 #include "wx/dfb/nonownedwnd.h"
17 #elif defined(__WXMAC__)
18 #include "wx/osx/nonownedwnd.h"
20 // other ports can derive both wxTLW and wxPopupWindow directly
22 #include "wx/window.h"
23 typedef wxWindow wxNonOwnedWindow
;
26 #endif // _WX_NONOWNEDWND_H_