const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListBoxNameStr )
{
+ m_hasCheckBoxes = FALSE;
Create(parent, id, pos, size, n, choices, style, validator, name);
}
~wxListBox();
GtkList *m_list;
wxList m_clientDataList;
+ wxList m_clientObjectList;
+ bool m_hasCheckBoxes;
};
#endif // __GTKLISTBOXH__