PrintOperationPreviewIfaceProxy

Proxy object for gtk.print_operation_preview.PrintOperationPreview interface when a GObject has no applicable D binding

class PrintOperationPreviewIfaceProxy : IfaceProxy , PrintOperationPreview {}

Mixed In Members

From mixin PrintOperationPreviewT!()

endPreview
void endPreview()

Ends a preview.

isSelected
bool isSelected(int pageNr)

Returns whether the given page is included in the set of pages that have been selected for printing.

renderPage
void renderPage(int pageNr)

Renders a page to the preview.

connectGotPageSize
ulong connectGotPageSize(T callback, Flag!"After" after)

Connect to GotPageSize signal.

connectReady
ulong connectReady(T callback, Flag!"After" after)

Connect to Ready signal.

Inherited Members

From PrintOperationPreview

_getGType
GType _getGType()
endPreview
void endPreview()

Ends a preview.

isSelected
bool isSelected(int pageNr)

Returns whether the given page is included in the set of pages that have been selected for printing.

renderPage
void renderPage(int pageNr)

Renders a page to the preview.

connectGotPageSize
ulong connectGotPageSize(T callback, Flag!"After" after)

Connect to GotPageSize signal.

connectReady
ulong connectReady(T callback, Flag!"After" after)

Connect to Ready signal.