Settings
Object Hierarchy:
Clutter.Settings
Clutter.Settings
Clutter.Settings
GLib.Object
GLib.Object
GLib.Object->Clutter.Settings
Description:
[ CCode ( type_id = "clutter_settings_get_type ()" ) ] [ Version ( since = "1.4" ) ]public class Settings : Object
`ClutterSettings` is an opaque structure whose members cannot be directly accessed.
Content:
Properties:
public Backend backend { construct ; }
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:
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref