org.gnu.gtk
public class ProgressBarOrientation extends Enum
| Field Summary | |
|---|---|
| static ProgressBarOrientation | BOTTOM_TO_TOP |
| static ProgressBarOrientation | LEFT_TO_RIGHT |
| static ProgressBarOrientation | RIGHT_TO_LEFT |
| static ProgressBarOrientation | TOP_TO_BOTTOM |
| Method Summary | |
|---|---|
| ProgressBarOrientation | and(ProgressBarOrientation other) |
| static ProgressBarOrientation | intern(int value) |
| ProgressBarOrientation | or(ProgressBarOrientation other) |
| boolean | test(ProgressBarOrientation other) |
| ProgressBarOrientation | xor(ProgressBarOrientation other) |