Added more image options

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-28 18:45:29 +00:00
parent 766abb5bc9
commit 9df51bd066
3 changed files with 21 additions and 1 deletions

View File

@@ -507,6 +507,9 @@
%rename(NullImage) wxNullImage;
%rename(IMAGE_RESOLUTION_INCHES) wxIMAGE_RESOLUTION_INCHES;
%rename(IMAGE_RESOLUTION_CM) wxIMAGE_RESOLUTION_CM;
%rename(PNG_TYPE_COLOUR) wxPNG_TYPE_COLOUR;
%rename(PNG_TYPE_GREY) wxPNG_TYPE_GREY;
%rename(PNG_TYPE_GREY_RED) wxPNG_TYPE_GREY_RED;
%rename(BMP_24BPP) wxBMP_24BPP;
%rename(BMP_8BPP) wxBMP_8BPP;
%rename(BMP_8BPP_GREY) wxBMP_8BPP_GREY;