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:
@@ -642,6 +642,11 @@ protected:
|
|||||||
*/
|
*/
|
||||||
long GetLong(const wxString& param, long defaultv = 0);
|
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.
|
Returns the resource name.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user