X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5e27805de786dbb3976782ba2a3365c27256031..372edb9d375c8de3f5c7a9b110b0968f53a60051:/include/wx/gtk/listbox.h diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index 2a062629b6..badca50a2c 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/listbox.h @@ -52,6 +52,7 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr ) { + m_hasCheckBoxes = FALSE; Create(parent, id, pos, size, n, choices, style, validator, name); } ~wxListBox(); @@ -101,8 +102,9 @@ public: void ApplyWidgetStyle(); GtkList *m_list; - wxList m_clientDataList; - wxList m_clientObjectList; + wxList m_clientDataList; + wxList m_clientObjectList; + bool m_hasCheckBoxes; }; #endif // __GTKLISTBOXH__