webkit-1.0 Reference Manual

Synopsis

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                      (  ) ;
}

WebSettings Description

Details

Constructor Details

WebSettings ()
    public                              WebSettings               (  ) ;		

Field Details

Signal Details

Property Details

auto_load_images
    public    weak bool                 auto_load_images          { get; construct set; } ;		

auto_shrink_images
    public    weak bool                 auto_shrink_images        { get; construct set; } ;		

cursive_font_family
    public    weak string               cursive_font_family       { get; construct set; } ;		

default_encoding
    public    weak string               default_encoding          { get; construct set; } ;		

default_font_family
    public    weak string               default_font_family       { get; construct set; } ;		

default_font_size
    public    weak int                  default_font_size         { get; construct set; } ;		

default_monospace_font_size
    public    weak int                  default_monospace_font_size { get; construct set; } ;		

enable_plugins
    public    weak bool                 enable_plugins            { get; construct set; } ;		

enable_scripts
    public    weak bool                 enable_scripts            { get; construct set; } ;		

fantasy_font_family
    public    weak string               fantasy_font_family       { get; construct set; } ;		

minimum_font_size
    public    weak int                  minimum_font_size         { get; construct set; } ;		

minimum_logical_font_size
    public    weak int                  minimum_logical_font_size { get; construct set; } ;		

monospace_font_family
    public    weak string               monospace_font_family     { get; construct set; } ;		

print_backgrounds
    public    weak bool                 print_backgrounds         { get; construct set; } ;		

resizable_text_areas
    public    weak bool                 resizable_text_areas      { get; construct set; } ;		

sans_serif_font_family
    public    weak string               sans_serif_font_family    { get; construct set; } ;		

serif_font_family
    public    weak string               serif_font_family         { get; construct set; } ;		

user_stylesheet_uri
    public    weak string               user_stylesheet_uri       { get; construct set; } ;		

Method Details

copy ()
    public    weak WebSettings          copy                      (  ) ;		


Created by Valadoc