Community
Participate
Working Groups
Since SWT 3.7, the class Control provides a getOrientation() and setOrientation() method. It returns the orientation (SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT) of the control and allows to change the orientation without re-creating the control. Since RWT does only provide SWT.LEFT_TO_RIGHT orientation, this can safely be implemented as a no-op.
Fixed as suggested. Changes are in CVS HEAD.