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¶
Inheritance diagram for class LinuxDistributionInfo:
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¶A structure containing information about a Linux distribution as returned by the lsb_release utility.
ldi (wx.LinuxDistributionInfo)
bool
ldi (wx.LinuxDistributionInfo)
bool
A public C++ attribute of type string. The code name of the distribution; e.g. âjauntyâ.
A public C++ attribute of type string. The description of the distribution; e.g. âUbuntu 9.04â.
A public C++ attribute of type string. The id of the distribution; e.g. âUbuntuâ.
A public C++ attribute of type string. The version of the distribution; e.g. â9.04â.