]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxXmlResourceHandler::GetFloat().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 13:47:45 +0000 (13:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 13:47:45 +0000 (13:47 +0000)
Closes #14879.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/xrc/xmlres.h

index bd676064a62e9a0552140dfe36bf46e7cb6e0309..4098705329cf1b9e214df94f8ded44ee8f1b7d9f 100644 (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.
     */