dwt v1.0.4+swt-3.4.1 (2020-03-19T06:15:23Z)
Home
Dub
Repo
CLayoutData
org
eclipse
swt
custom
CLayoutData
Undocumented in source.
class
CLayoutData {
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
custom
CLayoutData
classes
CLayoutData