projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Introduced invalidation of ranges for later optimization code
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
listbox.h
diff --git
a/include/wx/cocoa/listbox.h
b/include/wx/cocoa/listbox.h
index 479362e40e206d45528d85b62688bcedbee33b8d..9d5f21d6f35ac4b8cdcf65b5ed27d7d32d3220e0 100644
(file)
--- a/
include/wx/cocoa/listbox.h
+++ b/
include/wx/cocoa/listbox.h
@@
-4,9
+4,9
@@
// Author: David Elliott
// Modified by:
// Created: 2003/03/16
// Author: David Elliott
// Modified by:
// Created: 2003/03/16
-// RCS-ID: $Id
:
+// RCS-ID: $Id
$
// Copyright: (c) 2003 David Elliott
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_LISTBOX_H__
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_LISTBOX_H__
@@
-28,7
+28,7
@@
class WXDLLEXPORT wxListBox: public wxListBoxBase, protected wxCocoaNSTableView
// initialization
// ------------------------------------------------------------------------
public:
// initialization
// ------------------------------------------------------------------------
public:
- wxListBox() { m_cocoaItems = NULL; }
+ wxListBox() { m_cocoaItems = NULL;
m_cocoaDataSource = NULL;
}
wxListBox(wxWindow *parent, wxWindowID winid,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
wxListBox(wxWindow *parent, wxWindowID winid,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
@@
-98,7
+98,7
@@
public:
virtual int GetCount() const;
virtual wxString GetString(int n) const;
virtual void SetString(int n, const wxString& s);
virtual int GetCount() const;
virtual wxString GetString(int n) const;
virtual void SetString(int n, const wxString& s);
- virtual int FindString(const wxString& s) const;
+ virtual int FindString(const wxString& s
, bool bCase = false
) const;
// selection
virtual int GetSelection() const;
protected:
// selection
virtual int GetSelection() const;
protected: