]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ownerdrw.h
DP: native wxTreeCtrl for GTK.
[wxWidgets.git] / include / wx / ownerdrw.h
index 293a5145eab47597328821cfae7c06d796e0b2ab..c319899d2a646c0b065504a395c074c3ee121bbb 100644 (file)
 #ifndef   _OWNERDRW_H
 #define   _OWNERDRW_H
 
 #ifndef   _OWNERDRW_H
 #define   _OWNERDRW_H
 
+#ifdef    __GNUG__
+#pragma interface "ownerdrw.h"
+#endif
+
 typedef   wxColour      wxColor;
 typedef   unsigned int  uint;
 
 typedef   wxColour      wxColor;
 typedef   unsigned int  uint;
 
@@ -27,9 +31,9 @@ class WXDLLEXPORT wxOwnerDrawn
 {
 public:
   // ctor & dtor
 {
 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
   virtual ~wxOwnerDrawn() { }
 
   // fix appearance