The default distance that the cursor of a pointer device should travel before a drag operation should start.
The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.
The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.
Whether or not to use antialiasing when rendering text; a value of 1 enables it unconditionally; a value of 0 disables it unconditionally; and -1 will use the system's default.
The DPI used when rendering text, as a value of 1024 * dots/inch.
If set to -1, the system's default will be used instead
The style of the hinting used when rendering text. Valid values are:
Whether or not to use hinting when rendering text; a value of 1 unconditionally enables it; a value of 0 unconditionally disables it; and a value of -1 will use the system's default.
The default font name that should be used by text actors, as a string that can be passed to pango_font_description_from_string().
The type of sub-pixel antialiasing used when rendering text. Valid values are:
Sets the minimum duration for a press to be recognized as a long press gesture. The duration is expressed in milliseconds.
See also #ClutterClickAction:long-press-duration.
A back pointer to the #ClutterBackend