2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/imaglist.h
|
|
|
|
// Purpose: wxImageList base header
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_IMAGLIST_H_BASE_
|
|
|
|
#define _WX_IMAGLIST_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
2002-07-22 23:03:03 +00:00
|
|
|
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
|
2001-07-07 22:42:35 +00:00
|
|
|
#include "wx/msw/imaglist.h"
|
2005-03-29 11:39:46 +00:00
|
|
|
#elif defined(__WXMAC_CARBON__)
|
|
|
|
#include "wx/mac/imaglist.h"
|
2002-07-22 23:03:03 +00:00
|
|
|
#else
|
|
|
|
#include "wx/generic/imaglist.h"
|
1998-05-20 14:01:55 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
1998-08-15 00:23:28 +00:00
|
|
|
// _WX_IMAGLIST_H_BASE_
|