]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
wxMotif fixes and common fixes for socket compilation
[wxWidgets.git] / include / wx / gtk1 / window.h
index bf99cd47e7afbef423efba70baaa5d97ba39a91e..fbbc2b18c12c42d5f7ea4cef491e55cef0189472 100644 (file)
@@ -187,6 +187,7 @@ public:
     bool                 m_sizeSet:1;
     bool                 m_resizing:1;
     bool                 m_isStaticBox:1;   /* faster than IS_KIND_OF */
+    bool                 m_isRadioButton:1; /* faster than IS_KIND_OF */
     bool                 m_isFrame:1;       /* faster than IS_KIND_OF */
     bool                 m_acceptsFocus:1;  /* ! wxStaticBox etc.  */