dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
Window.checkUpdateNeeded
dlangui
platforms
common
platform
Window
checks content widgets for necessary redraw and/or layout
void
checkUpdateNeeded
(Widget root, bool needDraw, bool needLayout, bool animationActive)
class
Window
protected
void
checkUpdateNeeded
(
Widget
root
,
ref
bool
needDraw
,
ref
bool
needLayout
,
ref
bool
animationActive
)
bool
checkUpdateNeeded
(bool needDraw, bool needLayout, bool animationActive)
Meta
Source
See Implementation
dlangui
platforms
common
platform
Window
constructors
this
destructors
~this
functions
checkUpdateNeeded
dispatchCancel
dispatchKeyEvent
dispatchMouseEvent
invalidate
isChild
layout
measure
onDraw
onResize
removePopup
scheduleAnimation
sendAndCheckOverride
setCaptureWidget
setFocus
show
showPopup
update
properties
backgroundColor
focusedWidget
height
mainWidget
width
windowCaption
variables
_backgroundColor
_dx
_dy
_focusedWidget
_mainWidget
_mouseCaptureButtons
_mouseCaptureFocusedOut
_mouseCaptureFocusedOutTrackMovements
_mouseCaptureWidget
_mouseTrackingWidgets
_popups
checks content widgets for necessary redraw and/or layout