[][src]Trait gtk::PrintOperationPreviewExt

pub trait PrintOperationPreviewExt: 'static {
    fn end_preview(&self);
fn is_selected(&self, page_nr: i32) -> bool;
fn render_page(&self, page_nr: i32);
fn connect_got_page_size<F: Fn(&Self, &PrintContext, &PageSetup) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_ready<F: Fn(&Self, &PrintContext) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn end_preview(&self)

fn is_selected(&self, page_nr: i32) -> bool

fn render_page(&self, page_nr: i32)

fn connect_got_page_size<F: Fn(&Self, &PrintContext, &PageSetup) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_ready<F: Fn(&Self, &PrintContext) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<PrintOperationPreview>> PrintOperationPreviewExt for O[src]

Loading content...