projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move wxMulDivInt32 to common math.
[wxWidgets.git]
/
include
/
wx
/
mac
/
carbon
/
listbox.h
diff --git
a/include/wx/mac/carbon/listbox.h
b/include/wx/mac/carbon/listbox.h
index 1ef7b20157587ba8ea9a7d931dc829d21f281131..184fcaf2d9df4c746811a73181e2ea77af3175c2 100644
(file)
--- a/
include/wx/mac/carbon/listbox.h
+++ b/
include/wx/mac/carbon/listbox.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: listbox.h
+// Name:
wx/mac/carbon/
listbox.h
// Purpose: wxListBox class
// Author: Stefan Csomor
// Modified by:
// Purpose: wxListBox class
// Author: Stefan Csomor
// Modified by:
@@
-9,14
+9,9
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef _WX_LISTBOX_H_
#define _WX_LISTBOX_H_
#ifndef _WX_LISTBOX_H_
#define _WX_LISTBOX_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "listbox.h"
-#endif
-
// ----------------------------------------------------------------------------
// simple types
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// simple types
// ----------------------------------------------------------------------------
@@
-85,7
+80,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;
virtual bool IsSelected(int n) const;
virtual void DoSetSelection(int n, bool select);
virtual bool IsSelected(int n) const;
virtual void DoSetSelection(int n, bool select);