[][src]Struct webkit2gtk::SettingsBuilder

pub struct SettingsBuilder { /* fields omitted */ }

Implementations

impl SettingsBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> Settings[src]

pub fn allow_modal_dialogs(self, allow_modal_dialogs: bool) -> Self[src]

pub fn auto_load_images(self, auto_load_images: bool) -> Self[src]

pub fn cursive_font_family(self, cursive_font_family: &str) -> Self[src]

pub fn default_charset(self, default_charset: &str) -> Self[src]

pub fn default_font_family(self, default_font_family: &str) -> Self[src]

pub fn default_font_size(self, default_font_size: u32) -> Self[src]

pub fn default_monospace_font_size(
    self,
    default_monospace_font_size: u32
) -> Self
[src]

pub fn draw_compositing_indicators(
    self,
    draw_compositing_indicators: bool
) -> Self
[src]

pub fn enable_caret_browsing(self, enable_caret_browsing: bool) -> Self[src]

pub fn enable_developer_extras(self, enable_developer_extras: bool) -> Self[src]

pub fn enable_dns_prefetching(self, enable_dns_prefetching: bool) -> Self[src]

pub fn enable_frame_flattening(self, enable_frame_flattening: bool) -> Self[src]

pub fn enable_fullscreen(self, enable_fullscreen: bool) -> Self[src]

pub fn enable_html5_database(self, enable_html5_database: bool) -> Self[src]

pub fn enable_html5_local_storage(
    self,
    enable_html5_local_storage: bool
) -> Self
[src]

pub fn enable_java(self, enable_java: bool) -> Self[src]

pub fn enable_javascript(self, enable_javascript: bool) -> Self[src]

pub fn enable_offline_web_application_cache(
    self,
    enable_offline_web_application_cache: bool
) -> Self
[src]

pub fn enable_page_cache(self, enable_page_cache: bool) -> Self[src]

pub fn enable_plugins(self, enable_plugins: bool) -> Self[src]

pub fn enable_private_browsing(self, enable_private_browsing: bool) -> Self[src]

pub fn enable_resizable_text_areas(
    self,
    enable_resizable_text_areas: bool
) -> Self
[src]

pub fn enable_site_specific_quirks(
    self,
    enable_site_specific_quirks: bool
) -> Self
[src]

pub fn enable_smooth_scrolling(self, enable_smooth_scrolling: bool) -> Self[src]

pub fn enable_webaudio(self, enable_webaudio: bool) -> Self[src]

pub fn enable_webgl(self, enable_webgl: bool) -> Self[src]

pub fn enable_xss_auditor(self, enable_xss_auditor: bool) -> Self[src]

pub fn fantasy_font_family(self, fantasy_font_family: &str) -> Self[src]

pub fn javascript_can_access_clipboard(
    self,
    javascript_can_access_clipboard: bool
) -> Self
[src]

pub fn javascript_can_open_windows_automatically(
    self,
    javascript_can_open_windows_automatically: bool
) -> Self
[src]

pub fn load_icons_ignoring_image_load_setting(
    self,
    load_icons_ignoring_image_load_setting: bool
) -> Self
[src]

pub fn media_playback_allows_inline(
    self,
    media_playback_allows_inline: bool
) -> Self
[src]

pub fn media_playback_requires_user_gesture(
    self,
    media_playback_requires_user_gesture: bool
) -> Self
[src]

pub fn minimum_font_size(self, minimum_font_size: u32) -> Self[src]

pub fn monospace_font_family(self, monospace_font_family: &str) -> Self[src]

pub fn pictograph_font_family(self, pictograph_font_family: &str) -> Self[src]

pub fn print_backgrounds(self, print_backgrounds: bool) -> Self[src]

pub fn sans_serif_font_family(self, sans_serif_font_family: &str) -> Self[src]

pub fn serif_font_family(self, serif_font_family: &str) -> Self[src]

pub fn user_agent(self, user_agent: &str) -> Self[src]

pub fn zoom_text_only(self, zoom_text_only: bool) -> Self[src]

Trait Implementations

impl Clone for SettingsBuilder[src]

impl Default for SettingsBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.