GnomeDesktop.RROutputInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GnomeDesktop.RROutputInfo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_geometry()¶
-
Get the geometry for the monitor connected to the specified output. If the monitor is a tiled monitor, it returns the geometry for the complete monitor.
- get_rotation()¶
- Return type:
- is_active()¶
- Returns:
whether there is a CRTC assigned to this output (i.e. a signal is being sent to it)
- Return type:
- is_primary_tile()¶
- set_geometry(x, y, width, height)¶
- Parameters:
Set the geometry for the monitor connected to the specified output. If the monitor is a tiled monitor, it sets the geometry for the complete monitor.
- set_rotation(rotation)¶
- Parameters:
rotation (
GnomeDesktop.RRRotation
) –
- supports_rotation(rotation)¶
- Parameters:
rotation (
GnomeDesktop.RRRotation
) –- Return type: