#ifndef _OWNERDRW_H
#define _OWNERDRW_H
+#ifdef __GNUG__
+#pragma interface "ownerdrw.h"
+#endif
+
typedef wxColour wxColor;
typedef unsigned int uint;
{
public:
// ctor & dtor
- wxOwnerDrawn(const wxTString& str = "",
- bool bCheckable = FALSE,
- bool bMenuItem = FALSE); // ## kludge for colors
+ wxOwnerDrawn(const wxString& str = "",
+ bool bCheckable = FALSE,
+ bool bMenuItem = FALSE); // @@ kludge for colors
virtual ~wxOwnerDrawn() { }
// fix appearance