X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/include/wx/gtk/checkbox.h diff --git a/include/wx/gtk/checkbox.h b/include/wx/gtk/checkbox.h index 001bf3f773..0e8cf389b1 100644 --- a/include/wx/gtk/checkbox.h +++ b/include/wx/gtk/checkbox.h @@ -54,6 +54,8 @@ public: GtkWidget *m_widgetCheckbox; GtkWidget *m_widgetLabel; + + bool m_blockEvent; protected: virtual wxSize DoGetBestSize() const;