]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_image.i
default values for option and flag (TODO: preferences dialog)
[wxWidgets.git] / wxPython / src / _image.i
index cf0fff08d54eff35eb27a2f5f5f3da4b45056b22..6b315bc824b97d15b8f1d24a5d09f40df220273d 100644 (file)
@@ -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 {
@@ -1272,6 +1277,19 @@ public:
 };
 #endif
 
+
+%{
+#include <wx/imagtga.h>
+%}
+
+DocStr(wxTGAHandler,
+"A `wx.ImageHandler` for TGA image files.", "");
+class wxTGAHandler : public wxImageHandler {
+public:
+    wxTGAHandler();
+};
+
+
 //---------------------------------------------------------------------------
 
 %{