]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/cursor.h
Adding support for item font/style/color customization, unfortunately, it does not...
[wxWidgets.git] / include / wx / mac / carbon / cursor.h
index 33d8ef8cf5525eaa6a664994ea843d517479e0f9..2495246c57471ae3e62a9a5f66984d1ee8a1267e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        cursor.h
+// Name:        wx/mac/carbon/cursor.h
 // Purpose:     wxCursor class
 // Author:      Stefan Csomor
 // Modified by:
@@ -34,8 +34,9 @@ public:
   wxCursor(int cursor_type);
   virtual ~wxCursor();
 
-       bool CreateFromXpm(const char **bits) ;
-  virtual bool Ok() const ;
+  bool CreateFromXpm(const char **bits) ;
+  virtual bool Ok() const { return IsOk(); }
+  virtual bool IsOk() const ;
 
   inline bool operator == (const wxCursor& cursor) const { return m_refData == cursor.m_refData; }
   inline bool operator != (const wxCursor& cursor) const { return m_refData != cursor.m_refData; }