XApp.MonitorBlanker¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class XApp.MonitorBlanker(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a newly created
XApp.MonitorBlanker
- Return type:
Creates a new
XApp.MonitorBlanker
.
- are_monitors_blanked()¶
-
Returns whether monitors are currently blanked. See
XApp.MonitorBlanker.blank_other_monitors
().
- blank_other_monitors(window)¶
- Parameters:
window (
Gtk.Window
) – aGtk.Window
Blanks monitors besides the one where the window is.
- unblank_monitors()¶
Unblanks monitors that were blanked by
XApp.MonitorBlanker.blank_other_monitors
();