1998-08-05 17:12:43 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: serext.cpp
|
|
|
|
// Purpose: Serialization: Other classes
|
|
|
|
// Author: Guilhem Lavaux
|
|
|
|
// Modified by:
|
|
|
|
// Created: July 1998
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) 1998 Guilhem Lavaux
|
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-04 17:45:20 +00:00
|
|
|
#ifndef __SEREXT_H__
|
|
|
|
#define __SEREXT_H__
|
|
|
|
|
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma interface
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <wx/serbase.h>
|
|
|
|
#include "serwnd.h"
|
|
|
|
|
|
|
|
DECLARE_SERIAL_CLASS(wxSplitterWindow, wxWindow)
|
1998-08-19 18:33:19 +00:00
|
|
|
DECLARE_SERIAL_CLASS(wxGrid, wxPanel)
|
|
|
|
DECLARE_SERIAL_CLASS(wxGridCell, wxObject)
|
1998-08-04 17:45:20 +00:00
|
|
|
|
|
|
|
#endif
|