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:
parent
eedc82f4e9
commit
54a69edf6c
@ -1763,9 +1763,11 @@ public:
|
||||
wxWindow* GetCurrentFocus() const { return m_focus; }
|
||||
void SetCurrentFocus(wxWindow *win) { m_focus = win; }
|
||||
|
||||
// Set flags
|
||||
void SetFlags(long flags) { m_flags = flags; }
|
||||
|
||||
virtual wxEvent *Clone() const { return new wxNavigationKeyEvent(*this); }
|
||||
|
||||
private:
|
||||
enum
|
||||
{
|
||||
IsForward = 0x0001,
|
||||
|
Loading…
Reference in New Issue
Block a user