projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
give focus to show top level windows
[wxWidgets.git]
/
include
/
wx
/
mac
/
listbox.h
diff --git
a/include/wx/mac/listbox.h
b/include/wx/mac/listbox.h
index 46346daa2c6ce88392d0fa9dae89e6ae7bb0fdde..412db33a59178894ee3001e02b4b60672a4f0005 100644
(file)
--- a/
include/wx/mac/listbox.h
+++ b/
include/wx/mac/listbox.h
@@
-25,7
+25,7
@@
class WXDLLEXPORT wxOwnerDrawn;
// define the array of list box items
class WXDLLEXPORT wxOwnerDrawn;
// define the array of list box items
- #include
<wx/dynarray.h>
+ #include
"wx/dynarray.h"
WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
#endif // wxUSE_OWNER_DRAWN
WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
#endif // wxUSE_OWNER_DRAWN
@@
-66,7
+66,8
@@
public:
const wxString& name = wxListBoxNameStr);
virtual ~wxListBox();
const wxString& name = wxListBoxNameStr);
virtual ~wxListBox();
-
+ virtual void Refresh(bool eraseBack = TRUE, const wxRect *rect = NULL);
+
// implement base class pure virtuals
virtual void Clear();
virtual void Delete(int n);
// implement base class pure virtuals
virtual void Clear();
virtual void Delete(int n);