Gobs of changes needed to get up to date with today's CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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,21 @@ public:
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
#if 0
|
||||
%{
|
||||
#include <wx/imagtga.h>
|
||||
%}
|
||||
|
||||
DocStr(wxTGAHandler,
|
||||
"A `wx.ImageHandler` for TGA image files.", "");
|
||||
class wxTGAHandler : public wxImageHandler {
|
||||
public:
|
||||
wxTGAHandler();
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
%{
|
||||
|
Reference in New Issue
Block a user