Lots of docstring fixes and additions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-07 06:26:59 +00:00
parent 5fad19e319
commit e47ce385a7
4 changed files with 1002 additions and 213 deletions

View File

@@ -809,7 +809,7 @@ colour everywhere else.", "");
JPEG file, the option ``wx.IMAGE_OPTION_QUALITY`` is used, which is a
number between 0 and 100 (0 is terrible, 100 is very good).", "
=================================
================================= ===
wx.IMAGE_OPTION_BMP_FORMAT
wx.IMAGE_OPTION_CUR_HOTSPOT_X
wx.IMAGE_OPTION_CUR_HOTSPOT_Y
@@ -824,7 +824,7 @@ number between 0 and 100 (0 is terrible, 100 is very good).", "
wx.IMAGE_OPTION_IMAGEDESCRIPTOR
wx.IMAGE_OPTION_PNG_FORMAT
wx.IMAGE_OPTION_PNG_BITDEPTH
=================================
================================= ===
:see: `HasOption`, `GetOption`, `GetOptionInt`, `SetOptionInt`");