]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
TestDestroy() is not const any more (warnings suppressed)
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index 48cb62cf76ddd1099da8f462d9a32a59316cdc57..4331972d9fe60b4ce3b6e386c6795df1234548f5 100644 (file)
@@ -41,13 +41,15 @@ public:
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  int nStrings = 0, 
-                 const wxString choices[] = NULL,
+                 const wxString choices[] = (wxString[]) NULL,
                  long style = 0,
                  const wxValidator& validator = wxDefaultValidator,
                  const wxString& name = wxListBoxNameStr);
 
   bool IsChecked( int index ) const;
   void Check( int index, bool check = TRUE );
+  
+  int GetItemHeight();
 
 };