-#ifndef __GTKCHECKLISTH__
-#define __GTKCHECKLISTH__
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface
-#endif
-
-// ----------------------------------------------------------------------------
-// macros
-// ----------------------------------------------------------------------------
-
-// there is no "right" choice of the checkbox indicators, so allow the user to
-// define them himself if he wants
-#ifndef wxCHECKLBOX_CHECKED
- #define wxCHECKLBOX_CHECKED _T('x')
- #define wxCHECKLBOX_UNCHECKED _T(' ')
-
- #define wxCHECKLBOX_STRING _T("[ ] ")
-#endif