// ----------------------------------------------------------------------------
// notebook events
// ----------------------------------------------------------------------------
+
class wxNotebookEvent : public wxCommandEvent
{
public:
// base class virtuals
virtual void AddChild(wxWindow *child);
-protected:
- // wxWin callbacks
- void OnSize(wxSizeEvent& event);
-
private:
// common part of all ctors
void Init();