]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checklst.h
fix aui crash related to SF bug 1531361
[wxWidgets.git] / include / wx / gtk / checklst.h
index 057a0388f3ef2621ea31293b0cdf0109c3f7afd6..cc8accdc953b2f223d1dc068d1c5976cd641fbe0 100644 (file)
     #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
 // ----------------------------------------------------------------------------
@@ -57,9 +53,7 @@ public:
 
     int GetItemHeight() const;
 
-#if wxUSE_NATIVEGTKCHECKLIST
     void DoCreateCheckList();
-#endif
 
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckListBox)