Files
wxWidgets/include/wx/treelay.h
2005-05-04 18:26:22 +00:00

19 lines
496 B
C

/////////////////////////////////////////////////////////////////////////////
// Name: wx/treelay.h
// Purpose: wxTreeLayout base header
// Author: Julian Smart
// Modified by:
// Created:
// Copyright: (c) Julian Smart
// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TREELAY_H_BASE_
#define _WX_TREELAY_H_BASE_
#include "wx/generic/treelay.h"
#endif
// _WX_TREELAY_H_BASE_