]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
added implicit conversion of wxString to const void * for compatibility with the...
[wxWidgets.git] / include / wx / window.h
index eaffc6b4d31aa2d226801a9ee6aa42461e9647e2..91a1ac180de645a72d97ebae58c164b604395a32 100644 (file)
@@ -546,6 +546,8 @@ public:
     virtual void SetExtraStyle(long exStyle) { m_exStyle = exStyle; }
     long GetExtraStyle() const { return m_exStyle; }
 
     virtual void SetExtraStyle(long exStyle) { m_exStyle = exStyle; }
     long GetExtraStyle() const { return m_exStyle; }
 
+    bool HasExtraStyle(int exFlag) const { return (m_exStyle & exFlag) != 0; }
+
         // make the window modal (all other windows unresponsive)
     virtual void MakeModal(bool modal = true);
 
         // make the window modal (all other windows unresponsive)
     virtual void MakeModal(bool modal = true);