X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a6c9e31b0731764f26a3124f7d0dabaa86a1a06..d32b901bac42e4f8833720fd6eee60de7d870e0d:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 2d32a1f064..8a5bcc7ffb 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -5,7 +5,7 @@ // Modified by: Dimitri Schoolwerth // Created: 25/10/98 // RCS-ID: $Id$ -// Copyright: (c) 1998-2002 wxWindows team +// Copyright: (c) 1998-2002 wxWidgets team // License: wxWindows license ///////////////////////////////////////////////////////////////////////////// @@ -48,7 +48,7 @@ DECLARE_APP(MyApp) class MyNotebook : public wxNotebook { public: - MyNotebook(wxWindow *parent, wxWindowID id = -1, + MyNotebook(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0); @@ -117,9 +117,10 @@ private: MyNotebook *m_notebook; +#if wxUSE_LOG // Log window wxTextCtrl *m_text; - +#endif // wxUSE_LOG // Sizers @@ -130,9 +131,6 @@ private: // Sizer that contains the notebook and controls on the left wxBoxSizer *m_sizerTop; - // Sizer for m_notebook - wxBookCtrlSizer *m_sizerNotebook; - wxImageList *m_imageList; DECLARE_EVENT_TABLE()