SetRightToLeftLayout sets whether coordinates on the x axis of the Form increase from right to left.
(rtl bool)
| 71 | // SetRightToLeftLayout sets whether coordinates on the x axis of the |
| 72 | // Form increase from right to left. |
| 73 | SetRightToLeftLayout(rtl bool) error |
| 74 | } |
| 75 | |
| 76 | type FormBase struct { |