gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
PrintOperationPreviewT.OnGotPageSizeDelegateWrapper
gtk
PrintOperationPreviewT
PrintOperationPreviewT
Undocumented in source.
template
PrintOperationPreviewT
(TStruct)
protected
class
OnGotPageSizeDelegateWrapper {
void
delegate
(
PrintContext
,
PageSetup
,
PrintOperationPreviewIF
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(PrintContext, PageSetup, PrintOperationPreviewIF) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(PrintContext, PageSetup, PrintOperationPreviewIF) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
PrintContext
,
PageSetup
,
PrintOperationPreviewIF
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
PrintOperationPreviewT
PrintOperationPreviewT
classes
OnGotPageSizeDelegateWrapper
OnReadyDelegateWrapper
functions
addOnGotPageSize
addOnReady
endPreview
getPrintOperationPreviewStruct
internalRemoveOnGotPageSize
internalRemoveOnReady
isSelected
renderPage
static functions
callBackGotPageSize
callBackGotPageSizeDestroy
callBackReady
callBackReadyDestroy
variables
onGotPageSizeListeners
onReadyListeners