gtk-d v3.7.4 (2018-02-28T22:18:57Z)
Home
Dub
Repo
FrameClock.OnUpdateDelegateWrapper
gdk
FrameClock
FrameClock
Undocumented in source.
class
FrameClock
protected
class
OnUpdateDelegateWrapper {
void
delegate
(
FrameClock
)
dlg
;
gulong
handlerId
;
this
(void delegate(FrameClock) dlg);
void
remove
(OnUpdateDelegateWrapper source);
}
Constructors
this
this
(void delegate(FrameClock) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnUpdateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
FrameClock
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gdk
FrameClock
FrameClock
classes
OnAfterPaintDelegateWrapper
OnBeforePaintDelegateWrapper
OnFlushEventsDelegateWrapper
OnLayoutDelegateWrapper
OnPaintDelegateWrapper
OnResumeEventsDelegateWrapper
OnUpdateDelegateWrapper
constructors
this
functions
addOnAfterPaint
addOnBeforePaint
addOnFlushEvents
addOnLayout
addOnPaint
addOnResumeEvents
addOnUpdate
beginUpdating
endUpdating
getCurrentTimings
getFrameClockStruct
getFrameCounter
getFrameTime
getHistoryStart
getRefreshInfo
getStruct
getTimings
requestPhase
setStruct
static functions
callBackAfterPaint
callBackAfterPaintDestroy
callBackBeforePaint
callBackBeforePaintDestroy
callBackFlushEvents
callBackFlushEventsDestroy
callBackLayout
callBackLayoutDestroy
callBackPaint
callBackPaintDestroy
callBackResumeEvents
callBackResumeEventsDestroy
callBackUpdate
callBackUpdateDestroy
getType
variables
gdkFrameClock
onAfterPaintListeners
onBeforePaintListeners
onFlushEventsListeners
onLayoutListeners
onPaintListeners
onResumeEventsListeners
onUpdateListeners