]>
Commit | Line | Data |
---|---|---|
489468fe | 1 | ///////////////////////////////////////////////////////////////////////////// |
524c47aa | 2 | // Name: src/osx/carbon/tabctrl.cpp |
489468fe SC |
3 | // Purpose: wxTabCtrl |
4 | // Author: Stefan Csomor | |
5 | // Modified by: | |
6 | // Created: 1998-01-01 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Stefan Csomor | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | #include "wx/wxprec.h" | |
13 | ||
14 | #if wxUSE_TAB_DIALOG | |
15 | ||
524c47aa | 16 | // superseeded by wxNotebook implementation, skeleton moved to src/osx/ |
489468fe SC |
17 | |
18 | #endif // wxUSE_TAB_DIALOG |