#include <wx/platinfo.h>
A structure containing information about a Linux distribution as returned by the lsb_release
utility.
See wxGetLinuxDistributionInfo() or wxPlatformInfo::GetLinuxDistributionInfo() for more info.
◆ operator!=()
◆ operator==()
◆ CodeName
wxString wxLinuxDistributionInfo::CodeName |
The code name of the distribution; e.g. "jaunty".
◆ Description
wxString wxLinuxDistributionInfo::Description |
The description of the distribution; e.g. "Ubuntu 9.04".
◆ Id
The id of the distribution; e.g. "Ubuntu".
◆ Release
wxString wxLinuxDistributionInfo::Release |
The version of the distribution; e.g. "9.04".