Enumeration

GntProgressBarOrientation

Declaration

enum Gnt.ProgressBarOrientation

Description [src]

The orientation of a GntProgressBar.

Members

Name Description
GNT_PROGRESS_LEFT_TO_RIGHT

The progress bar fills from left to right.

GNT_PROGRESS_RIGHT_TO_LEFT

The progress bar fills from right to left.

GNT_PROGRESS_BOTTOM_TO_TOP

The progress bar fills from bottom to top.

GNT_PROGRESS_TOP_TO_BOTTOM

The progress bar fills from top to bottom.