projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
decouple wxTLW,Frame::ShowFullScreen in wxMSW
[wxWidgets.git]
/
include
/
wx
/
mac
/
imaglist.h
diff --git
a/include/wx/mac/imaglist.h
b/include/wx/mac/imaglist.h
index 7e66ffb36a8195d7a47bb69fbc9b9222eda2df6e..8f305419fea0103eb95f77c711b30e05d7cf5ec3 100644
(file)
--- a/
include/wx/mac/imaglist.h
+++ b/
include/wx/mac/imaglist.h
@@
-72,6
+72,8
@@
class WXDLLEXPORT wxImageList: public wxObject
// Returns the number of images in the image list.
int GetImageCount() const;
+
+ bool GetSize(int index, int&width, int &height) const;
// Operations
////////////////////////////////////////////////////////////////////////////