]>
Commit | Line | Data |
---|---|---|
123a7fdd GL |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: serext.cpp | |
3 | // Purpose: Serialization: Other classes | |
4 | // Author: Guilhem Lavaux | |
5 | // Modified by: | |
6 | // Created: July 1998 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) 1998 Guilhem Lavaux | |
9 | // Licence: wxWindows license | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
9fdd8384 GL |
12 | #ifndef __SEREXT_H__ |
13 | #define __SEREXT_H__ | |
14 | ||
15 | #ifdef __GNUG__ | |
16 | #pragma interface | |
17 | #endif | |
18 | ||
19 | #include <wx/serbase.h> | |
20 | #include "serwnd.h" | |
21 | ||
22 | DECLARE_SERIAL_CLASS(wxSplitterWindow, wxWindow) | |
8d43638d GL |
23 | DECLARE_SERIAL_CLASS(wxGrid, wxPanel) |
24 | DECLARE_SERIAL_CLASS(wxGridCell, wxObject) | |
9fdd8384 GL |
25 | |
26 | #endif |