#define wxCHECKLBOX_STRING _T("[ ] ")
#endif
+//Use the native GTK2.0+ checklist?? You should say YYEEESS unless
+//there are like some major bugs or something :)
+#define wxUSE_NATIVEGTKCHECKLIST 1
+
//-----------------------------------------------------------------------------
// wxCheckListBox
// ----------------------------------------------------------------------------
int GetItemHeight() const;
+#if wxUSE_NATIVEGTKCHECKLIST
+ void DoCreateCheckList();
+#endif
+
private:
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
};