X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58614078c466cffaf0e5d0369741706f130fb793..937cf827cae4537a354aec3db8a7c0f85fd3ca35:/include/wx/generic/panelg.h diff --git a/include/wx/generic/panelg.h b/include/wx/generic/panelg.h index 701a0ca000..cf47375852 100644 --- a/include/wx/generic/panelg.h +++ b/include/wx/generic/panelg.h @@ -20,7 +20,7 @@ WXDLLEXPORT_DATA(extern const char*) wxPanelNameStr; -// Dialog boxes + class WXDLLEXPORT wxPanel: public wxWindow { public: @@ -56,17 +56,12 @@ public: // to the dialog via validators. virtual void InitDialog(); - // overriden base class virtuals - virtual void SetFocus(); - - // callbacks // Responds to colour changes void OnSysColourChanged(wxSysColourChangedEvent& event); + // Process a keyboard navigation message (Tab traversal) void OnNavigationKey(wxNavigationKeyEvent& event); -protected: - bool SetFocusToNextChild(wxNode *nodeCurrent = (wxNode *) NULL, bool bForward = TRUE); DECLARE_DYNAMIC_CLASS(wxPanel) DECLARE_EVENT_TABLE()