]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checklst.h
Add DoGetBestSize
[wxWidgets.git] / include / wx / gtk / checklst.h
index a1766e7bb626198e0af027f1ac999716ab01ca9d..42f7cfd34509076dd4931674815db56c37cdeb0e 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
 // ----------------------------------------------------------------------------
@@ -53,6 +57,10 @@ public:
 
     int GetItemHeight() const;
     
+#if wxUSE_NATIVEGTKCHECKLIST
+    void DoCreateCheckList();
+#endif
+
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckListBox)
 };