X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd0eed647daeb257f28699de879d2f4f5aeb7fb6..0dbd6262a9ee7d735fb3930707346298f71b2cb7:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index fb21e9e100..badca50a2c 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/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(); @@ -102,6 +103,8 @@ public: GtkList *m_list; wxList m_clientDataList; + wxList m_clientObjectList; + bool m_hasCheckBoxes; }; #endif // __GTKLISTBOXH__