GObject.Object
Clutter.Settings
Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterSettings |
Class : | Settings |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
backend : Clutter.Backend
A back pointer to the ClutterBackend
A back pointer to the ClutterBackend
|
Clutter.Settings | |
double_click_distance : gint32
The maximum distance, in pixels, between button-press events that
determines whether or not to increase the click count by 1. The maximum distance, in pixels, between button-press events that
determines whether or not to increase the click count by 1. |
Clutter.Settings | |
double_click_time : gint32
The time, in milliseconds, that should elapse between button-press
events in order 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. |
Clutter.Settings | |
font_antialias : gint32
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. 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. |
Clutter.Settings | |
font_dpi : gint32
The DPI used when rendering text, as a value of 1024 * dots/inch.
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 |
Clutter.Settings | |
font_hint_style : String
The style of the hinting used when rendering text.
The style of the hinting used when rendering text. Valid values
are: |
Clutter.Settings | |
font_hinting : gint32
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. 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. |
Clutter.Settings | |
font_name : String
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 default font name that should be used by text actors, as
a string that can be passed to pango_font_description_from_string(). |
Clutter.Settings | |
font_subpixel_order : String
The type of sub-pixel antialiasing used when rendering text.
The type of sub-pixel antialiasing used when rendering text. Valid
values are: |
Clutter.Settings |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.Settings
(Object properties)
Create a new Clutter.Settings
Create a new Clutter.Settings
|
||
Clutter.Settings.get_default
()
:
Clutter.Settings
Retrieves the singleton instance of ClutterSettings
returned object is owned by Clutter and it should not be unreferenced directly
Retrieves the singleton instance of ClutterSettings
returned object is owned by Clutter and it should not be unreferenced directly
|
Clutter.Settings |
None |