public class Settings : Object {
public weak SettingsPropertyValue property_values ;
public weak RcContext rc_context ;
public weak Gdk.Screen screen ;
public weak GLib.HashTable color_hash { get; } ;
public weak bool gtk_alternative_button_order { get; set; } ;
public weak bool gtk_alternative_sort_arrows { get; set; } ;
public weak string gtk_color_scheme { get; set; } ;
public weak bool gtk_cursor_blink { get; set; } ;
public weak int gtk_cursor_blink_time { get; set; } ;
public weak int gtk_cursor_blink_timeout { get; set; } ;
public weak string gtk_cursor_theme_name { get; set; } ;
public weak int gtk_cursor_theme_size { get; set; } ;
public weak int gtk_dnd_drag_threshold { get; set; } ;
public weak int gtk_double_click_distance { get; set; } ;
public weak int gtk_double_click_time { get; set; } ;
public weak bool gtk_enable_accels { get; set; } ;
public weak bool gtk_enable_animations { get; set; } ;
public weak bool gtk_enable_mnemonics { get; set; } ;
public weak bool gtk_error_bell { get; set; } ;
public weak string gtk_fallback_icon_theme { get; set; } ;
public weak string gtk_file_chooser_backend { get; set; } ;
public weak string gtk_font_name { get; set; } ;
public weak string gtk_icon_sizes { get; set; } ;
public weak string gtk_icon_theme_name { get; set; } ;
public weak string gtk_key_theme_name { get; set; } ;
public weak bool gtk_keynav_cursor_only { get; set; } ;
public weak bool gtk_keynav_wrap_around { get; set; } ;
public weak string gtk_menu_bar_accel { get; set; } ;
public weak string gtk_modules { get; set; } ;
public weak string gtk_print_backends { get; set; } ;
public weak string gtk_print_preview_command { get; set; } ;
public weak int gtk_recent_files_limit { get; set; } ;
public weak bool gtk_show_input_method_menu { get; set; } ;
public weak bool gtk_show_unicode_menu { get; set; } ;
public weak bool gtk_split_cursor { get; set; } ;
public weak string gtk_theme_name { get; set; } ;
public weak int gtk_timeout_expand { get; set; } ;
public weak int gtk_timeout_initial { get; set; } ;
public weak int gtk_timeout_repeat { get; set; } ;
public weak int gtk_tooltip_browse_mode_timeout { get; set; } ;
public weak int gtk_tooltip_browse_timeout { get; set; } ;
public weak int gtk_tooltip_timeout { get; set; } ;
public weak bool gtk_touchscreen_mode { get; set; } ;
public weak int gtk_xft_antialias { get; set; } ;
public weak int gtk_xft_dpi { get; set; } ;
public weak int gtk_xft_hinting { get; set; } ;
public weak string gtk_xft_hintstyle { get; set; } ;
public weak string gtk_xft_rgba { get; set; } ;
public static weak Settings get_default ( ) ;
public static weak Settings get_for_screen ( Gdk.Screen screen ) ;
public static void install_property ( GLib.ParamSpec pspec ) ;
public static void install_property_parser ( GLib.ParamSpec pspec,
RcPropertyParser parser ) ;
public void set_double_property ( string name,
double v_double,
string origin ) ;
public void set_long_property ( string name,
long v_long,
string origin ) ;
public void set_property_value ( string name,
SettingsValue svalue ) ;
public void set_string_property ( string name,
string v_string,
string origin ) ;
}

public weak SettingsPropertyValue property_values ;
public weak RcContext rc_context ;
public weak Gdk.Screen screen ;
public weak GLib.HashTable color_hash { get; } ;
public weak bool gtk_alternative_button_order { get; set; } ;
public weak bool gtk_alternative_sort_arrows { get; set; } ;
public weak string gtk_color_scheme { get; set; } ;
public weak bool gtk_cursor_blink { get; set; } ;
public weak int gtk_cursor_blink_time { get; set; } ;
public weak int gtk_cursor_blink_timeout { get; set; } ;
public weak string gtk_cursor_theme_name { get; set; } ;
public weak int gtk_cursor_theme_size { get; set; } ;
public weak int gtk_dnd_drag_threshold { get; set; } ;
public weak int gtk_double_click_distance { get; set; } ;
public weak int gtk_double_click_time { get; set; } ;
public weak bool gtk_enable_accels { get; set; } ;
public weak bool gtk_enable_animations { get; set; } ;
public weak bool gtk_enable_mnemonics { get; set; } ;
public weak bool gtk_error_bell { get; set; } ;
public weak string gtk_fallback_icon_theme { get; set; } ;
public weak string gtk_file_chooser_backend { get; set; } ;
public weak string gtk_font_name { get; set; } ;
public weak string gtk_icon_sizes { get; set; } ;
public weak string gtk_icon_theme_name { get; set; } ;
public weak string gtk_key_theme_name { get; set; } ;
public weak bool gtk_keynav_cursor_only { get; set; } ;
public weak bool gtk_keynav_wrap_around { get; set; } ;
public weak string gtk_menu_bar_accel { get; set; } ;
public weak string gtk_modules { get; set; } ;
public weak string gtk_print_backends { get; set; } ;
public weak string gtk_print_preview_command { get; set; } ;
public weak int gtk_recent_files_limit { get; set; } ;
public weak bool gtk_show_input_method_menu { get; set; } ;
public weak bool gtk_show_unicode_menu { get; set; } ;
public weak bool gtk_split_cursor { get; set; } ;
public weak string gtk_theme_name { get; set; } ;
public weak int gtk_timeout_expand { get; set; } ;
public weak int gtk_timeout_initial { get; set; } ;
public weak int gtk_timeout_repeat { get; set; } ;
public weak int gtk_tooltip_browse_mode_timeout { get; set; } ;
public weak int gtk_tooltip_browse_timeout { get; set; } ;
public weak int gtk_tooltip_timeout { get; set; } ;
public weak bool gtk_touchscreen_mode { get; set; } ;
public weak int gtk_xft_antialias { get; set; } ;
public weak int gtk_xft_dpi { get; set; } ;
public weak int gtk_xft_hinting { get; set; } ;
public weak string gtk_xft_hintstyle { get; set; } ;
public weak string gtk_xft_rgba { get; set; } ;
public static weak Settings get_default ( ) ;
public static weak Settings get_for_screen ( Gdk.Screen screen ) ;
public static void install_property ( GLib.ParamSpec pspec ) ;
public static void install_property_parser ( GLib.ParamSpec pspec,
RcPropertyParser parser ) ;
public void set_double_property ( string name,
double v_double,
string origin ) ;
public void set_long_property ( string name,
long v_long,
string origin ) ;
public void set_property_value ( string name,
SettingsValue svalue ) ;
public void set_string_property ( string name,
string v_string,
string origin ) ;
Created by Valadoc