LightDM.Layout
Class Details
- 
class LightDM.Layout(**kwargs)
- 
LightDM.Layoutis 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
- 
Long description of the layout 
- 
LightDM.Layout.props.name
- 
Name of the layout 
- 
LightDM.Layout.props.short_description
- 
Short description of the layout