X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..0ce6d6c89a540e707c4a91238e6460c0e4bae2a6:/interface/platinfo.h diff --git a/interface/platinfo.h b/interface/platinfo.h index 89c07a0291..17101b23c4 100644 --- a/interface/platinfo.h +++ b/interface/platinfo.h @@ -41,7 +41,7 @@ public: /** Returns @true if the OS version is at least @c major.minor. - + @see GetOSMajorVersion(), GetOSMinorVersion(), CheckToolkitVersion() */ @@ -49,7 +49,7 @@ public: /** Returns @true if the toolkit version is at least @c major.minor. - + @see GetToolkitMajorVersion(), GetToolkitMinorVersion(), CheckOSVersion() */ @@ -101,7 +101,7 @@ public: Returns the run-time major version of the OS associated with this wxPlatformInfo instance. See wxGetOsVersion() for more info. - + @see CheckOSVersion() */ int GetOSMajorVersion() const; @@ -110,7 +110,7 @@ public: Returns the run-time minor version of the OS associated with this wxPlatformInfo instance. See wxGetOsVersion() for more info. - + @see CheckOSVersion() */ int GetOSMinorVersion() const; @@ -174,7 +174,7 @@ public: Note that if GetPortId() returns wxPORT_BASE, then this value is zero (unless externally modified with wxPlatformInfo::SetToolkitVersion); that is, no native toolkit is in use. See wxAppTraits::GetToolkitVersion for more info. - + @see CheckToolkitVersion() */ int GetToolkitMajorVersion() const; @@ -185,7 +185,7 @@ public: Note that if GetPortId() returns wxPORT_BASE, then this value is zero (unless externally modified with wxPlatformInfo::SetToolkitVersion); that is, no native toolkit is in use. See wxAppTraits::GetToolkitVersion for more info. - + @see CheckToolkitVersion() */ int GetToolkitMinorVersion() const;