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:
parent
223862cbd3
commit
548b4ce1ce
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user