Class

ClutterSettings

Description [src]

final class Clutter.Settings : GObject.Object {
  /* No available fields */
}

ClutterSettings is an opaque structure whose members cannot be directly accessed.

Available since:1.4

Hierarchy

hierarchy this ClutterSettings ancestor_0 GObject ancestor_0--this

Ancestors

Functions

clutter_settings_get_default

Retrieves the singleton instance of ClutterSettings.

Available since: 1.4

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Clutter.Settings:backend

A back pointer to the ClutterBackend.

Available since: 1.4

Deprecated since: 1.10

Clutter.Settings:dnd-drag-threshold

The default distance that the cursor of a pointer device should travel before a drag operation should start.

Available since: 1.8

Clutter.Settings:double-click-distance

The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.

Available since: 1.4

Clutter.Settings:double-click-time

The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.

Available since: 1.4

Clutter.Settings: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.

Available since: 1.4

Clutter.Settings:font-dpi

The DPI used when rendering text, as a value of 1024 * dots/inch.

Available since: 1.4

Clutter.Settings:font-hint-style

The style of the hinting used when rendering text. Valid values are:

Available since: 1.4

Clutter.Settings: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.

Available since: 1.4

Clutter.Settings:font-name

The default font name that should be used by text actors, as a string that can be passed to pango_font_description_from_string().

Available since: 1.4

Clutter.Settings:font-subpixel-order

The type of sub-pixel antialiasing used when rendering text. Valid values are:

Available since: 1.4

Clutter.Settings:fontconfig-timestamp
No description available.
Clutter.Settings:long-press-duration

Sets the minimum duration for a press to be recognized as a long press gesture. The duration is expressed in milliseconds.

Available since: 1.8

Clutter.Settings:password-hint-time
No description available.
Clutter.Settings:unscaled-font-dpi
No description available.

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ClutterSettingsClass {
  /* no available fields */
}