dwt ~master (2018-03-04T11:18:22Z)
Home
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
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
exclude
grabExcessHorizontalSpace
grabExcessVerticalSpace
heightHint
horizontalAlignment
horizontalIndent
horizontalSpan
minimumHeight
minimumWidth
verticalAlignment
verticalIndent
verticalSpan
widthHint
Constructs a new instance of GridData using default values.