compilation fixes for generic TAB navigation after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,6 +15,9 @@
|
|||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
|
|
||||||
|
class WXDLLEXPORT wxWindow;
|
||||||
|
class WXDLLEXPORT wxWindowBase;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Implementation note: wxControlContainer is not a real mix-in but rather
|
Implementation note: wxControlContainer is not a real mix-in but rather
|
||||||
a class meant to be aggregated with (and not inherited from). Although
|
a class meant to be aggregated with (and not inherited from). Although
|
||||||
@@ -61,10 +64,10 @@ protected:
|
|||||||
// return true if we should be focusable
|
// return true if we should be focusable
|
||||||
bool ShouldAcceptFocus() const;
|
bool ShouldAcceptFocus() const;
|
||||||
|
|
||||||
private:
|
|
||||||
// the parent window we manage the children for
|
// the parent window we manage the children for
|
||||||
wxWindow *m_winParent;
|
wxWindow *m_winParent;
|
||||||
|
|
||||||
|
private:
|
||||||
// value returned by AcceptsFocus(), should be changed using SetCanFocus()
|
// value returned by AcceptsFocus(), should be changed using SetCanFocus()
|
||||||
// only
|
// only
|
||||||
bool m_acceptsFocus;
|
bool m_acceptsFocus;
|
||||||
@@ -140,8 +143,6 @@ class WXDLLEXPORT wxControlContainer : public wxControlContainerBase
|
|||||||
|
|
||||||
class WXDLLEXPORT wxFocusEvent;
|
class WXDLLEXPORT wxFocusEvent;
|
||||||
class WXDLLEXPORT wxNavigationKeyEvent;
|
class WXDLLEXPORT wxNavigationKeyEvent;
|
||||||
class WXDLLEXPORT wxWindow;
|
|
||||||
class WXDLLEXPORT wxWindowBase;
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxControlContainer for TAB navigation implemented in wx itself
|
// wxControlContainer for TAB navigation implemented in wx itself
|
||||||
|
Reference in New Issue
Block a user