projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added typeId property
[wxWidgets.git]
/
wxPython
/
src
/
_image.i
diff --git
a/wxPython/src/_image.i
b/wxPython/src/_image.i
index cf0fff08d54eff35eb27a2f5f5f3da4b45056b22..6b315bc824b97d15b8f1d24a5d09f40df220273d 100644
(file)
--- a/
wxPython/src/_image.i
+++ b/
wxPython/src/_image.i
@@
-1263,7
+1263,12
@@
public:
};
};
-#if wxUSE_IFF
+
+#if 0
+%{
+#include <wx/imagiff.h>
+%}
+
DocStr(wxIFFHandler,
"A `wx.ImageHandler` for IFF image files.", "");
class wxIFFHandler : public wxImageHandler {
DocStr(wxIFFHandler,
"A `wx.ImageHandler` for IFF image files.", "");
class wxIFFHandler : public wxImageHandler {
@@
-1272,6
+1277,19
@@
public:
};
#endif
};
#endif
+
+%{
+#include <wx/imagtga.h>
+%}
+
+DocStr(wxTGAHandler,
+"A `wx.ImageHandler` for TGA image files.", "");
+class wxTGAHandler : public wxImageHandler {
+public:
+ wxTGAHandler();
+};
+
+
//---------------------------------------------------------------------------
%{
//---------------------------------------------------------------------------
%{