X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..10ae0adb5886b84767d762068db65b0e95131868:/include/wx/gtk/checklst.h diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index a1766e7bb6..42f7cfd345 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -24,6 +24,10 @@ #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 // ---------------------------------------------------------------------------- @@ -53,6 +57,10 @@ public: int GetItemHeight() const; +#if wxUSE_NATIVEGTKCHECKLIST + void DoCreateCheckList(); +#endif + private: DECLARE_DYNAMIC_CLASS(wxCheckListBox) };