Enum becomes public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1763,9 +1763,11 @@ public:
|
|||||||
wxWindow* GetCurrentFocus() const { return m_focus; }
|
wxWindow* GetCurrentFocus() const { return m_focus; }
|
||||||
void SetCurrentFocus(wxWindow *win) { m_focus = win; }
|
void SetCurrentFocus(wxWindow *win) { m_focus = win; }
|
||||||
|
|
||||||
|
// Set flags
|
||||||
|
void SetFlags(long flags) { m_flags = flags; }
|
||||||
|
|
||||||
virtual wxEvent *Clone() const { return new wxNavigationKeyEvent(*this); }
|
virtual wxEvent *Clone() const { return new wxNavigationKeyEvent(*this); }
|
||||||
|
|
||||||
private:
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
IsForward = 0x0001,
|
IsForward = 0x0001,
|
||||||
|
Reference in New Issue
Block a user