From 8423bd78bb8422fe64a79d704f74310056944a72 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 29 Aug 2006 18:59:41 +0000 Subject: [PATCH] some docstring changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_bitmap.i | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wxPython/src/_bitmap.i b/wxPython/src/_bitmap.i index d43ad7c762..b4e6cde376 100644 --- a/wxPython/src/_bitmap.i +++ b/wxPython/src/_bitmap.i @@ -108,8 +108,8 @@ public: * wx.BITMAP_TYPE_IFF :see: Alternate constructors `wx.EmptyBitmap`, `wx.BitmapFromIcon`, - `wx.BitmapFromImage`, `wx.BitmapFromXPMData`, - `wx.BitmapFromBits` + `wx.BitmapFromImage`, `wx.BitmapFromXPMData`, `wx.BitmapFromBits`, + `wx.BitmapFromBuffer`, `wx.BitmapFromBufferRGBA`, "); ~wxBitmap(); @@ -213,7 +213,6 @@ bitmap. This preserves mask information so that bitmaps and images can be converted back and forth without loss in that respect.", ""); - DocDeclStr( virtual wxMask* , GetMask() const, "Gets the associated mask (if any) which may have been loaded from a -- 2.45.2