Added wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA factory functions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-22 17:27:42 +00:00
parent bf7df69ef6
commit 238ba802f1
4 changed files with 231 additions and 26 deletions

View File

@@ -103,7 +103,9 @@ public:
#endif
//---------------------------------------------------------------------------
typedef unsigned char byte;
typedef unsigned char byte;
typedef unsigned char* buffer;
typedef wxPoint2DDouble wxPoint2D;
#ifndef SWIG_TYPE_TABLE