gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
PrintOperation.OnUpdateCustomWidgetDelegateWrapper
gtk
PrintOperation
PrintOperation
Undocumented in source.
class
PrintOperation
protected
class
OnUpdateCustomWidgetDelegateWrapper {
void
delegate
(
Widget
,
PageSetup
,
PrintSettings
,
PrintOperation
)
dlg
;
gulong
handlerId
;
this
(void delegate(Widget, PageSetup, PrintSettings, PrintOperation) dlg);
void
remove
(OnUpdateCustomWidgetDelegateWrapper source);
}
Constructors
this
this
(void delegate(Widget, PageSetup, PrintSettings, PrintOperation) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnUpdateCustomWidgetDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Widget
,
PageSetup
,
PrintSettings
,
PrintOperation
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
PrintOperation
PrintOperation
classes
OnBeginPrintDelegateWrapper
OnCreateCustomWidgetDelegateWrapper
OnCustomWidgetApplyDelegateWrapper
OnDoneDelegateWrapper
OnDrawPageDelegateWrapper
OnEndPrintDelegateWrapper
OnPaginateDelegateWrapper
OnPreviewDelegateWrapper
OnRequestPageSetupDelegateWrapper
OnStatusChangedDelegateWrapper
OnUpdateCustomWidgetDelegateWrapper
constructors
this
functions
addOnBeginPrint
addOnCreateCustomWidget
addOnCustomWidgetApply
addOnDone
addOnDrawPage
addOnEndPrint
addOnPaginate
addOnPreview
addOnRequestPageSetup
addOnStatusChanged
addOnUpdateCustomWidget
cancel
drawPageFinish
getDefaultPageSetup
getEmbedPageSetup
getError
getHasSelection
getNPagesToPrint
getPrintOperationStruct
getPrintSettings
getStatus
getStatusString
getStruct
getSupportSelection
isFinished
run
setAllowAsync
setCurrentPage
setCustomTabLabel
setDefaultPageSetup
setDeferDrawing
setEmbedPageSetup
setExportFilename
setHasSelection
setJobName
setNPages
setPrintSettings
setShowProgress
setStruct
setSupportSelection
setTrackPrintStatus
setUnit
setUseFullPage
mixins
__anonymous
static functions
callBackBeginPrint
callBackBeginPrintDestroy
callBackCreateCustomWidget
callBackCreateCustomWidgetDestroy
callBackCustomWidgetApply
callBackCustomWidgetApplyDestroy
callBackDone
callBackDoneDestroy
callBackDrawPage
callBackDrawPageDestroy
callBackEndPrint
callBackEndPrintDestroy
callBackPaginate
callBackPaginateDestroy
callBackPreview
callBackPreviewDestroy
callBackRequestPageSetup
callBackRequestPageSetupDestroy
callBackStatusChanged
callBackStatusChangedDestroy
callBackUpdateCustomWidget
callBackUpdateCustomWidgetDestroy
getType
printRunPageSetupDialog
printRunPageSetupDialogAsync
variables
gtkPrintOperation
onBeginPrintListeners
onCreateCustomWidgetListeners
onCustomWidgetApplyListeners
onDoneListeners
onDrawPageListeners
onEndPrintListeners
onPaginateListeners
onPreviewListeners
onRequestPageSetupListeners
onStatusChangedListeners
onUpdateCustomWidgetListeners