dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
FillData
org
eclipse
swt
layout
FillData
Undocumented in source.
class
FillData {
int
defaultWidth
;
int
defaultHeight
;
int
currentWhint
;
int
currentHhint
;
int
currentWidth
;
int
currentHeight
;
Point
computeSize
(Control control, int wHint, int hHint, bool flushCache_);
void
flushCache
();
}
Members
Functions
computeSize
Point
computeSize
(Control control, int wHint, int hHint, bool flushCache_)
Undocumented in source. Be warned that the author may not have intended to support it.
flushCache
void
flushCache
()
currentHeight
int
currentHeight
;
currentHhint
int
currentHhint
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
currentWhint
int
currentWhint
;
currentWidth
int
currentWidth
;
defaultHeight
int
defaultHeight
;
Undocumented in source.
defaultWidth
int
defaultWidth
;
Undocumented in source.
Meta
Source
See Implementation
org
eclipse
swt
layout
FillData
modules
FillData
FillLayout
FormAttachment
FormData
FormLayout
GridData
GridLayout
RowData
RowLayout
all