Document wxXmlResourceHandler::GetFloat().

Closes #14879.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2012-12-08 13:47:45 +00:00
parent 223862cbd3
commit 548b4ce1ce

View File

@ -642,6 +642,11 @@ protected:
*/
long GetLong(const wxString& param, long defaultv = 0);
/**
Gets a float value from the parameter.
*/
float GetFloat(const wxString& param, float defaultv = 0);
/**
Returns the resource name.
*/