public class WebSettings : Object {
public weak bool auto_load_images { get; construct set; } ;
public weak bool auto_shrink_images { get; construct set; } ;
public weak string cursive_font_family { get; construct set; } ;
public weak string default_encoding { get; construct set; } ;
public weak string default_font_family { get; construct set; } ;
public weak int default_font_size { get; construct set; } ;
public weak int default_monospace_font_size { get; construct set; } ;
public weak bool enable_plugins { get; construct set; } ;
public weak bool enable_scripts { get; construct set; } ;
public weak string fantasy_font_family { get; construct set; } ;
public weak int minimum_font_size { get; construct set; } ;
public weak int minimum_logical_font_size { get; construct set; } ;
public weak string monospace_font_family { get; construct set; } ;
public weak bool print_backgrounds { get; construct set; } ;
public weak bool resizable_text_areas { get; construct set; } ;
public weak string sans_serif_font_family { get; construct set; } ;
public weak string serif_font_family { get; construct set; } ;
public weak string user_stylesheet_uri { get; construct set; } ;
public WebSettings ( ) ;
public weak WebSettings copy ( ) ;
}

public WebSettings ( ) ;
public weak bool auto_load_images { get; construct set; } ;
public weak bool auto_shrink_images { get; construct set; } ;
public weak string cursive_font_family { get; construct set; } ;
public weak string default_encoding { get; construct set; } ;
public weak string default_font_family { get; construct set; } ;
public weak int default_font_size { get; construct set; } ;
public weak int default_monospace_font_size { get; construct set; } ;
public weak bool enable_plugins { get; construct set; } ;
public weak bool enable_scripts { get; construct set; } ;
public weak string fantasy_font_family { get; construct set; } ;
public weak int minimum_font_size { get; construct set; } ;
public weak int minimum_logical_font_size { get; construct set; } ;
public weak string monospace_font_family { get; construct set; } ;
public weak bool print_backgrounds { get; construct set; } ;
public weak bool resizable_text_areas { get; construct set; } ;
public weak string sans_serif_font_family { get; construct set; } ;
public weak string serif_font_family { get; construct set; } ;
public weak string user_stylesheet_uri { get; construct set; } ;
public weak WebSettings copy ( ) ;
Created by Valadoc