implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// headers
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#include "wx/window.h"
|
||||
#include "wx/nonownedwnd.h"
|
||||
#include "wx/iconbndl.h"
|
||||
|
||||
// the default names for various classes
|
||||
@@ -115,7 +115,7 @@ enum
|
||||
// wxTopLevelWindow: a top level (as opposed to child) window
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxTopLevelWindowBase : public wxWindow
|
||||
class WXDLLEXPORT wxTopLevelWindowBase : public wxNonOwnedWindow
|
||||
{
|
||||
public:
|
||||
// construction
|
||||
|
Reference in New Issue
Block a user