]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gdiobj.h
Attempt to make wxWindows play better with XP themes
[wxWidgets.git] / include / wx / gtk1 / gdiobj.h
index 23e4077cc7cda6a753615df9ced5f5daf39da07d..12e15f3e0f0a5194949b01f2db487918a74e338f 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "wx/object.h"
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface
 #endif
 
@@ -26,6 +26,8 @@ public:
     virtual bool GetVisible() { return m_visible; }
     virtual void SetVisible( bool visible ) { m_visible = visible; }
 
+    bool IsNull() const { return (m_refData == 0); }
+
 protected:
     bool m_visible; /* can a pointer to this object be safely taken?
                      * - only if created within FindOrCreate... */