[][src]Struct gtk::PrintOperationBuilder

pub struct PrintOperationBuilder { /* fields omitted */ }

Methods

impl PrintOperationBuilder[src]

pub fn new() -> Self[src]

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

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

pub fn current_page(self, current_page: i32) -> Self[src]

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

pub fn default_page_setup(self, default_page_setup: &PageSetup) -> Self[src]

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

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

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

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

pub fn n_pages(self, n_pages: i32) -> Self[src]

pub fn print_settings(self, print_settings: &PrintSettings) -> Self[src]

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

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

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

pub fn unit(self, unit: Unit) -> Self[src]

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

Trait Implementations

impl Clone for PrintOperationBuilder[src]

impl Default for PrintOperationBuilder[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.