dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
ScrollWidgetBase.handleClientRectLayout
dlangui
widgets
scroll
ScrollWidgetBase
override to support modification of client rect after change, e.g. apply offset
class
ScrollWidgetBase
protected
void
handleClientRectLayout
(
ref
Rect
rc
)
Meta
Source
See Implementation
dlangui
widgets
scroll
ScrollWidgetBase
constructors
this
functions
drawClient
drawExtendedArea
fullContentSize
handleClientRectLayout
layout
makeRectVisible
measure
onDraw
onHScroll
onMouseEvent
onScrollEvent
onVScroll
updateHScrollBar
updateScrollBars
updateVScrollBar
properties
clientRect
hscrollbar
hscrollbarMode
vscrollbar
vscrollbarMode
variables
_clientRect
_fullScrollableArea
_hscrollbar
_hscrollbarMode
_visibleScrollableArea
_vscrollbar
_vscrollbarMode
override to support modification of client rect after change, e.g. apply offset