#include "wx/window.h"
#include "wx/containr.h"
-class WXDLLEXPORT wxButton;
class WXDLLEXPORT wxControlContainer;
WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
// common part of all ctors
void Init();
- // the object which implements the TAB traversal logic
- wxControlContainer *m_container;
-
private:
DECLARE_DYNAMIC_CLASS(wxPanel)
DECLARE_EVENT_TABLE()