wx.LinuxDistributionInfo¶
A structure containing information about a Linux distribution as returned by the lsb_release
utility.
See wx.GetLinuxDistributionInfo or PlatformInfo.GetLinuxDistributionInfo
for more info.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶
- class wx.LinuxDistributionInfo(object)¶
A structure containing information about a Linux distribution as returned by the lsb_release utility.
Methods¶
- __ne__(self, ldi)¶
- Parameters:
ldi (wx.LinuxDistributionInfo)
- Return type:
bool
- __eq__(self, ldi)¶
- Parameters:
ldi (wx.LinuxDistributionInfo)
- Return type:
bool
Properties¶
- CodeName¶
A public C++ attribute of type
string
. The code name of the distribution; e.g. “jaunty”.
- Description¶
A public C++ attribute of type
string
. The description of the distribution; e.g. “Ubuntu 9.04”.
- Id¶
A public C++ attribute of type
string
. The id of the distribution; e.g. “Ubuntu”.
- Release¶
A public C++ attribute of type
string
. The version of the distribution; e.g. “9.04”.