]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
wxGTK popup menu positioning fix
[wxWidgets.git] / include / wx / gtk1 / window.h
index cfb1e5af1b190a5314df88a0e6e642666651819a..0e9f17f19ea9fb834ba66683411051a360e797cb 100644 (file)
@@ -193,6 +193,7 @@ public:
     bool                 m_resizing:1;
     bool                 m_isStaticBox:1;       // faster than IS_KIND_OF
     bool                 m_isRadioButton:1;     // faster than IS_KIND_OF
+    bool                 m_isListBox:1;         // faster than IS_KIND_OF
     bool                 m_isFrame:1;           // faster than IS_KIND_OF
     bool                 m_acceptsFocus:1;      // not wxStaticBox, not wxStaticBitmap etc.
     bool                 m_isScrolling;