]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
setting the hacked cocoa font panel as default
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index 4b74c4e7b6b7e08d074bdca3699d6a7f80016b69..92b6e8203e8175d4001132d08cc3a639715c051d 100644 (file)
@@ -32,7 +32,7 @@ public:
             const wxString& name = wxListBoxNameStr )
     {
 #if wxUSE_CHECKLISTBOX
-        m_hasCheckBoxes = FALSE;
+        m_hasCheckBoxes = false;
 #endif // wxUSE_CHECKLISTBOX
         Create(parent, id, pos, size, n, choices, style, validator, name);
     }
@@ -45,7 +45,7 @@ public:
             const wxString& name = wxListBoxNameStr )
     {
 #if wxUSE_CHECKLISTBOX
-        m_hasCheckBoxes = FALSE;
+        m_hasCheckBoxes = false;
 #endif // wxUSE_CHECKLISTBOX
         Create(parent, id, pos, size, choices, style, validator, name);
     }
@@ -70,7 +70,7 @@ public:
     virtual void Clear();
     virtual void Delete(int n);
 
-    virtual int GetCount() const;
+    virtual size_t GetCount() const;
     virtual wxString GetString(int n) const;
     virtual void SetString(int n, const wxString& s);
     virtual int FindString(const wxString& s, bool bCase = false) const;