-
Notifications
You must be signed in to change notification settings - Fork 18
Widget_Methods_alignments
ben-mkiv edited this page Feb 14, 2019
·
6 revisions
aligns the widget on the specific side at the current renderlocation
widget.setHorizontalAlign(String:alignment)
-- sets the horizontal alignment
-- valid values: [left, center, right]
widget.setVerticalAlign(String:alignment)
-- sets the vertical alignment
-- valid values: [top, middle, bottom]white dot/cube represents the render location

