gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
PrintOperationPreviewT.OnReadyDelegateWrapper
gtk
PrintOperationPreviewT
PrintOperationPreviewT
Undocumented in source.
template
PrintOperationPreviewT
(TStruct)
protected
class
OnReadyDelegateWrapper {
void
delegate
(
PrintContext
,
PrintOperationPreviewIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(PrintContext, PrintOperationPreviewIF) dlg);
void
remove
(OnReadyDelegateWrapper source);
}
Constructors
this
this
(void delegate(PrintContext, PrintOperationPreviewIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnReadyDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
PrintContext
,
PrintOperationPreviewIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
PrintOperationPreviewT
PrintOperationPreviewT
classes
OnGotPageSizeDelegateWrapper
OnReadyDelegateWrapper
functions
addOnGotPageSize
addOnReady
endPreview
getPrintOperationPreviewStruct
isSelected
renderPage
static functions
callBackGotPageSize
callBackGotPageSizeDestroy
callBackReady
callBackReadyDestroy
variables
onGotPageSizeListeners
onReadyListeners