projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup - more reformatting
[wxWidgets.git]
/
include
/
wx
/
palmos
/
listbox.h
diff --git
a/include/wx/palmos/listbox.h
b/include/wx/palmos/listbox.h
index 805f8d934c9bf031e3ff02dba6990bd1bb00c710..fcf443706d9390438270d795a5f471a141cbd82f 100644
(file)
--- a/
include/wx/palmos/listbox.h
+++ b/
include/wx/palmos/listbox.h
@@
-12,10
+12,6
@@
#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
-
#if wxUSE_LISTBOX
// ----------------------------------------------------------------------------
#if wxUSE_LISTBOX
// ----------------------------------------------------------------------------
@@
-88,7
+84,6
@@
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 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);