Community
Participate
Working Groups
Since SWT 3.7, the class Menu provides a getOrientation() method. It returns the orientation (SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT) of the menu.
The counterpart Menu#setOrientation() is of course also missing.
Menu#setOrientation is implemented as noop, Menu#getOrientation always returns SWT.LEFT_TO_RIGHT. Changes are in CVS HEAD.