X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67daf87774c71ae9f73af9969008af220e52a11..9390a202a8b9d67d393faf3e1323885e6a27c127:/include/wx/generic/panelg.h diff --git a/include/wx/generic/panelg.h b/include/wx/generic/panelg.h index b20133534f..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()