Open
imotoyohoen
opened this issue 4 years ago
•
0 comments
fix alignment and alignChildren properties
Declared _AlignmentProperty type.
Changed alignment and alignChildren types from string to _AlignmentProperty.
fix justify property
Declared _Justify type.
Changed justify type from string to _Justify.
fix justify property
Declared _Orientation type.
Changed orientation type from string to _Orientation.
fix AutoLayoutManager class
Changed LayoutManager class into AutoLayoutManager class.
fix Window.constructor
Changed type of type property from string to "dialog" | "palette" | "window".
fix list control objects
Fixed "add" function of ListItem, ListBox, DropDownList and TreeView.
declare KeyboardEvent class
fix truncate property
Declared _Truncate type.
Changed truncate type from string to _Truncate.
add title and titleLayout properties
Declared _TitleLayout type.
Added title and titleLayout properties.