Clutter.Settings¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
d/w/co |
A pointer to the backend |
||
r/w |
The distance the cursor should travel before starting to drag |
||
r/w |
The distance between clicks necessary to detect a multiple click |
||
r/w |
The time between clicks necessary to detect a multiple click |
||
r/w |
Whether to use antialiasing (1 to enable, 0 to disable, and -1 to use the default) |
||
r/w |
The resolution of the font, in 1024 * dots/inch, or -1 to use the default |
||
r/w |
The style of hinting (hintnone, hintslight, hintmedium, hintfull) |
||
r/w |
Whether to use hinting (1 to enable, 0 to disable and -1 to use the default) |
||
r/w |
The description of the default font, as one that could be parsed by Pango |
||
r/w |
The type of subpixel antialiasing (none, rgb, bgr, vrgb, vbgr) |
||
w |
Timestamp of the current fontconfig configuration |
||
r/w |
The minimum duration for a long press gesture to be recognized |
||
r/w |
How long to show the last input character in hidden entries |
||
w |
The resolution of the font, in 1024 * dots/inch, or -1 to use the default |
||
r/w |
The scaling factor to be applied to windows |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Clutter.Settings(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
ClutterSettings
is an opaque structure whose members cannot be directly accessed.New in version 1.4.
- classmethod get_default()¶
- Returns:
the instance of
Clutter.Settings
. The returned object is owned by Clutter and it should not be unreferenced directly- Return type:
Retrieves the singleton instance of
Clutter.Settings
New in version 1.4.
Property Details¶
- Clutter.Settings.props.backend¶
- Name:
backend
- Type:
- Default Value:
- Flags:
A back pointer to the
Clutter.Backend
New in version 1.4.
Deprecated since version 1.10.
- Clutter.Settings.props.dnd_drag_threshold¶
-
The default distance that the cursor of a pointer device should travel before a drag operation should start.
New in version 1.8.
- Clutter.Settings.props.double_click_distance¶
-
The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.
New in version 1.4.
- Clutter.Settings.props.double_click_time¶
-
The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.
New in version 1.4.
- Clutter.Settings.props.font_antialias¶
-
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.
New in version 1.4.
- Clutter.Settings.props.font_dpi¶
-
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
New in version 1.4.
- Clutter.Settings.props.font_hint_style¶
-
The style of the hinting used when rendering text. Valid values are:
hintnone
hintslight
hintmedium
hintfull
New in version 1.4.
- Clutter.Settings.props.font_hinting¶
-
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.
New in version 1.4.
- Clutter.Settings.props.font_name¶
-
The default font name that should be used by text actors, as a string that can be passed to
Pango.FontDescription.from_string
().New in version 1.4.
- Clutter.Settings.props.font_subpixel_order¶
-
The type of sub-pixel antialiasing used when rendering text. Valid values are:
none
rgb
bgr
vrgb
vbgr
New in version 1.4.
- Clutter.Settings.props.fontconfig_timestamp¶
-
Timestamp of the current fontconfig configuration
- Clutter.Settings.props.long_press_duration¶
-
Sets the minimum duration for a press to be recognized as a long press gesture. The duration is expressed in milliseconds.
See also
Clutter.ClickAction
:long-press-duration
.New in version 1.8.
- Clutter.Settings.props.password_hint_time¶
-
How long to show the last input character in hidden entries
- Clutter.Settings.props.unscaled_font_dpi¶
-
The resolution of the font, in 1024 * dots/inch, or -1 to use the default