Class: Clutter::Settings
- Inherits:
-
Object
- Object
- Clutter::Settings
- Defined in:
- (unknown)
Class Method Summary collapse
-
.default ⇒ Clutter::Settings
Retrieves the singleton instance of Clutter::Settings.
Instance Method Summary collapse
-
#backend=(backend) ⇒ Clutter::Backend
A back pointer to the Clutter::Backend.
-
#dnd_drag_threshold ⇒ Integer
The default distance that the cursor of a pointer device should travel before a drag operation should start.
-
#dnd_drag_threshold=(dnd_drag_threshold) ⇒ Integer
The default distance that the cursor of a pointer device should travel before a drag operation should start.
-
#double_click_distance ⇒ Integer
The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.
-
#double_click_distance=(double_click_distance) ⇒ Integer
The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.
-
#double_click_time ⇒ Integer
The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.
-
#double_click_time=(double_click_time) ⇒ Integer
The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.
-
#font_antialias ⇒ Integer
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.
-
#font_antialias=(font_antialias) ⇒ Integer
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.
-
#font_dpi ⇒ Integer
The DPI used when rendering text, as a value of 1024 * dots/inch.
-
#font_dpi=(font_dpi) ⇒ Integer
The DPI used when rendering text, as a value of 1024 * dots/inch.
-
#font_hint_style ⇒ String
The style of the hinting used when rendering text.
-
#font_hint_style=(font_hint_style) ⇒ String
The style of the hinting used when rendering text.
-
#font_hinting ⇒ Integer
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.
-
#font_hinting=(font_hinting) ⇒ Integer
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.
-
#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().
-
#font_name=(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().
-
#font_subpixel_order ⇒ String
The type of sub-pixel antialiasing used when rendering text.
-
#font_subpixel_order=(font_subpixel_order) ⇒ String
The type of sub-pixel antialiasing used when rendering text.
-
#fontconfig_timestamp=(fontconfig_timestamp) ⇒ Integer
Fontconfig-timestamp.
-
#long_press_duration ⇒ Integer
Sets the minimum duration for a press to be recognized as a long press gesture.
-
#long_press_duration=(long_press_duration) ⇒ Integer
Sets the minimum duration for a press to be recognized as a long press gesture.
-
#password_hint_time ⇒ Integer
Password-hint-time.
- #password_hint_time=(password_hint_time) ⇒ Integer
-
#unscaled_font_dpi=(unscaled_font_dpi) ⇒ Integer
Unscaled-font-dpi.
-
#window_scaling_factor ⇒ Integer
Window-scaling-factor.
- #window_scaling_factor=(window_scaling_factor) ⇒ Integer
Class Method Details
.default ⇒ Clutter::Settings
Retrieves the singleton instance of Clutter::Settings
Instance Method Details
#backend=(backend) ⇒ Clutter::Backend
A back pointer to the Clutter::Backend
#dnd_drag_threshold ⇒ Integer
The default distance that the cursor of a pointer device should travel before a drag operation should start.
#dnd_drag_threshold=(dnd_drag_threshold) ⇒ Integer
The default distance that the cursor of a pointer device should travel before a drag operation should start.
#double_click_distance ⇒ Integer
The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.
#double_click_distance=(double_click_distance) ⇒ Integer
The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1.
#double_click_time ⇒ Integer
The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.
#double_click_time=(double_click_time) ⇒ Integer
The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1.
#font_antialias ⇒ Integer
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.
#font_antialias=(font_antialias) ⇒ Integer
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.
#font_dpi ⇒ Integer
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
#font_dpi=(font_dpi) ⇒ Integer
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
#font_hint_style ⇒ String
The style of the hinting used when rendering text. Valid values are:
- hintnone
- hintslight
- hintmedium
- hintfull
#font_hint_style=(font_hint_style) ⇒ String
The style of the hinting used when rendering text. Valid values are:
- hintnone
- hintslight
- hintmedium
- hintfull
#font_hinting ⇒ Integer
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.
#font_hinting=(font_hinting) ⇒ Integer
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.
#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().
#font_name=(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().
#font_subpixel_order ⇒ String
The type of sub-pixel antialiasing used when rendering text. Valid values are:
- none
- rgb
- bgr
- vrgb
- vbgr
#font_subpixel_order=(font_subpixel_order) ⇒ String
The type of sub-pixel antialiasing used when rendering text. Valid values are:
- none
- rgb
- bgr
- vrgb
- vbgr
#fontconfig_timestamp=(fontconfig_timestamp) ⇒ Integer
Returns fontconfig-timestamp.
#long_press_duration ⇒ Integer
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.
#long_press_duration=(long_press_duration) ⇒ Integer
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.
#password_hint_time ⇒ Integer
Returns password-hint-time.
#password_hint_time=(password_hint_time) ⇒ Integer
#unscaled_font_dpi=(unscaled_font_dpi) ⇒ Integer
Returns unscaled-font-dpi.
#window_scaling_factor ⇒ Integer
Returns window-scaling-factor.