Settings
Object Hierarchy:
Description:
[ CCode ( type_id = "clutter_settings_get_type ()" ) ]
[ Version ( since = "1.4" ) ]
public sealed class Settings : Object
[ Version ( since = "1.4" ) ]
public sealed class Settings : Object
`ClutterSettings` is an opaque structure whose members cannot be directly accessed.
Namespace: Clutter
Package: clutter-1.0
Content:
Properties:
- public Backend backend { construct; }
A back pointer to the Backend
- public int dnd_drag_threshold { get; set; }
The default distance that the cursor of a pointer device should travel before a drag operation should start.
- public int double_click_distance { get; set; }
The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.
- public int double_click_time { get; set; }
The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.
- public int font_antialias { get; set; }
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.
- public int font_dpi { get; set; }
The DPI used when rendering text, as a value of 1024 * dots/inch.
- public string font_hint_style { owned get; set; }
The style of the hinting used when rendering text.
- public int font_hinting { get; set; }
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.
- public string font_name { owned get; set; }
The default font name that should be used by text actors, as a string that can be passed to font_description_from_string.
- public string font_subpixel_order { owned get; set; }
The type of sub-pixel antialiasing used when rendering text.
- public uint fontconfig_timestamp { set; }
- public int long_press_duration { get; set; }
Sets the minimum duration for a press to be recognized as a long press gesture.
- public uint password_hint_time { get; set; }
- public int unscaled_font_dpi { set; }
- public int window_scaling_factor { get; set; }
Static methods:
- public static unowned Settings get_default ()
Retrieves the singleton instance of Settings
Creation methods:
- protected Settings ()
Inherited Members:
All known members inherited from class GLib.Object