LightDM.Layout

g GObject.Object GObject.Object LightDM.Layout LightDM.Layout GObject.Object->LightDM.Layout

Subclasses:None

Virtual Methods

Inherited:GObject.Object (7)

Properties

Name Type Flags Short Description
description str r/w/co Long description of the layout
name str r/w/co Name of the layout
short-description str r/w/co Short description of the layout

Signals

Inherited:GObject.Object (1)

Fields

Inherited:GObject.Object (1)
Name Type Access Description
parent_instance GObject.Object r  

Class Details

class LightDM.Layout(**kwargs)
Bases:GObject.Object
Abstract:No
Structure:LightDM.LayoutClass

LightDM.Layout is an opaque data structure and can only be accessed using the provided functions.

get_description()
Returns:A long description of the layout
Return type:str

Get the long description of a layout.

get_name()
Returns:The name of the layout
Return type:str

Get the name of a layout.

get_short_description()
Returns:A short description of the layout
Return type:str

Get the short description of a layout.

Property Details

LightDM.Layout.props.description
Name:description
Type:str
Default Value:None
Flags:READABLE, WRITABLE, CONSTRUCT_ONLY

Long description of the layout

LightDM.Layout.props.name
Name:name
Type:str
Default Value:None
Flags:READABLE, WRITABLE, CONSTRUCT_ONLY

Name of the layout

LightDM.Layout.props.short_description
Name:short-description
Type:str
Default Value:None
Flags:READABLE, WRITABLE, CONSTRUCT_ONLY

Short description of the layout