SpiceClientGtk.GrabSequence¶
Fields¶
None
Methods¶
class |
|
class |
|
|
|
|
|
|
Details¶
- class SpiceClientGtk.GrabSequence¶
An opaque type that represents a grab sequence.
- classmethod new(keysyms)¶
- Parameters:
keysyms ([
int
]) – the keysym values- Returns:
a new grab sequence object
- Return type:
Creates a new grab sequence from a list of keysym values
- classmethod new_from_string(str)¶
- Parameters:
str (
str
) – a string of ‘+’ separated key names (ex: “Control_L+Alt_L”)- Returns:
a new
SpiceClientGtk.GrabSequence
.- Return type:
Creates a new
SpiceClientGtk.GrabSequence
from the string representation.
- as_string()¶
- Returns:
a newly allocated string representing the key sequence
- Return type:
Creates a string representing the self.
- copy()¶
- Returns:
a copy of self
- Return type:
Creates a copy of the self.
- free()¶
Free self.