dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
GridData.this
org
eclipse
swt
layout
GridData
GridData
Constructs a new instance of GridData using default values.
this
()
class
GridData
this
(
)
this
(int style)
this
(int horizontalAlignment, int verticalAlignment, bool grabExcessHorizontalSpace, bool grabExcessVerticalSpace)
this
(int horizontalAlignment, int verticalAlignment, bool grabExcessHorizontalSpace, bool grabExcessVerticalSpace, int horizontalSpan, int verticalSpan)
this
(int width, int height)
Meta
Source
See Implementation
org
eclipse
swt
layout
GridData
GridData
constructors
this
functions
computeSize
flushCache
getName
toString
static variables
BEGINNING
CENTER
END
FILL
FILL_BOTH
FILL_HORIZONTAL
FILL_VERTICAL
GRAB_HORIZONTAL
GRAB_VERTICAL
HORIZONTAL_ALIGN_BEGINNING
HORIZONTAL_ALIGN_CENTER
HORIZONTAL_ALIGN_END
HORIZONTAL_ALIGN_FILL
VERTICAL_ALIGN_BEGINNING
VERTICAL_ALIGN_CENTER
VERTICAL_ALIGN_END
VERTICAL_ALIGN_FILL
variables
cacheHeight
cacheWidth
currentHeight
currentHhint
currentWhint
currentWidth
defaultHeight
defaultHhint
defaultWhint
defaultWidth
exclude
grabExcessHorizontalSpace
grabExcessVerticalSpace
heightHint
horizontalAlignment
horizontalIndent
horizontalSpan
minimumHeight
minimumWidth
verticalAlignment
verticalIndent
verticalSpan
widthHint
Constructs a new instance of GridData using default values.