X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76fcf0f239c37fbcfe8dcc12f0c59387de96be2a..a7910d97a37c967ee47813f9e3af33b1525d1269:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index cfb1e5af1b..ce6b0332d4 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -159,7 +159,7 @@ public: // the layouting functions have to be called later on // (i.e. in idle time, implemented in OnInternalIdle() ). void GtkUpdateSize() { m_sizeSet = FALSE; } - + // position and size of the window int m_x, m_y; int m_width, m_height; @@ -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;