wxNotebookSizer surrounder by wxUSE_NOTEBOOK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
75be3f5ef7
commit
65e4f9b986
@ -198,6 +198,8 @@ protected:
|
||||
// wxNotebookSizer
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_NOTEBOOK
|
||||
|
||||
class WXDLLEXPORT wxNotebookSizer: public wxSizer
|
||||
{
|
||||
DECLARE_CLASS(wxNotebookSizer);
|
||||
@ -214,5 +216,8 @@ protected:
|
||||
wxNotebook *m_notebook;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
// __WXSIZER_H__
|
||||
|
Loading…
Reference in New Issue
Block a user