2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/laywin.h
|
|
|
|
// Purpose: wxSashLayoutWindow base header
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-09-07 09:27:34 +00:00
|
|
|
#ifndef _WX_LAYWIN_H_BASE_
|
|
|
|
#define _WX_LAYWIN_H_BASE_
|
|
|
|
|
|
|
|
#include "wx/generic/laywin.h"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// _WX_LAYWIN_H_BASE_
|