final fixes to [a-b]*h headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-27 21:14:31 +00:00
parent 03d4f7b992
commit 2fd0ada578
3 changed files with 11 additions and 4 deletions

View File

@@ -95,6 +95,10 @@ public:
The meaning of name is determined by the type parameter.
@param type
See ::wxBitmapType for values this can take.
@param desiredWidth
The desired width for the loaded bitmap.
@param desiredHeight
The desired height for the loaded bitmap.
@returns @true if the operation succeeded, @false otherwise.
@@ -120,7 +124,7 @@ public:
@see wxBitmap::LoadFile, wxBitmap::SaveFile, LoadFile()
*/
virtual bool SaveFile(const wxBitmap* bitmap, const wxString& name, wxBitmapType type,
wxPalette* palette = NULL) const;
const wxPalette* palette = NULL) const;
/**
Sets the handler extension.