[][src]Struct gtk_sys::GtkPrintOperationClass

#[repr(C)]pub struct GtkPrintOperationClass {
    pub parent_class: GObjectClass,
    pub done: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: GtkPrintOperationResult)>,
    pub begin_print: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext)>,
    pub paginate: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext) -> gboolean>,
    pub request_page_setup: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext, _: c_int, _: *mut GtkPageSetup)>,
    pub draw_page: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext, _: c_int)>,
    pub end_print: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext)>,
    pub status_changed: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation)>,
    pub create_custom_widget: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation) -> *mut GtkWidget>,
    pub custom_widget_apply: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkWidget)>,
    pub preview: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintOperationPreview, _: *mut GtkPrintContext, _: *mut GtkWindow) -> gboolean>,
    pub update_custom_widget: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkWidget, _: *mut GtkPageSetup, _: *mut GtkPrintSettings)>,
    pub _gtk_reserved1: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved2: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved3: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved4: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved5: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved6: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved7: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved8: Option<unsafe extern "C" fn()>,
}

Fields

parent_class: GObjectClassdone: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: GtkPrintOperationResult)>begin_print: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext)>paginate: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext) -> gboolean>request_page_setup: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext, _: c_int, _: *mut GtkPageSetup)>draw_page: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext, _: c_int)>end_print: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintContext)>status_changed: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation)>create_custom_widget: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation) -> *mut GtkWidget>custom_widget_apply: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkWidget)>preview: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkPrintOperationPreview, _: *mut GtkPrintContext, _: *mut GtkWindow) -> gboolean>update_custom_widget: Option<unsafe extern "C" fn(_: *mut GtkPrintOperation, _: *mut GtkWidget, _: *mut GtkPageSetup, _: *mut GtkPrintSettings)>_gtk_reserved1: Option<unsafe extern "C" fn()>_gtk_reserved2: Option<unsafe extern "C" fn()>_gtk_reserved3: Option<unsafe extern "C" fn()>_gtk_reserved4: Option<unsafe extern "C" fn()>_gtk_reserved5: Option<unsafe extern "C" fn()>_gtk_reserved6: Option<unsafe extern "C" fn()>_gtk_reserved7: Option<unsafe extern "C" fn()>_gtk_reserved8: Option<unsafe extern "C" fn()>

Trait Implementations

impl Clone for GtkPrintOperationClass[src]

impl Copy for GtkPrintOperationClass[src]

impl Debug for GtkPrintOperationClass[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkPrintOperationClass

impl !Send for GtkPrintOperationClass

impl !Sync for GtkPrintOperationClass

impl Unpin for GtkPrintOperationClass

impl UnwindSafe for GtkPrintOperationClass

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.