phoenix_title 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 Class Hierarchy¶

Inheritance diagram for class LinuxDistributionInfo:

method_summary Methods Summary¶

__ne__

__eq__


property_summary Properties Summary¶

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”.


api 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”.