Description
A longer description goes here.
Details
enum guppi_compass_t
typedef enum {
GUPPI_COMPASS_INVALID = 0,
GUPPI_NORTH = 1 << 0,
GUPPI_SOUTH = 1 << 1,
GUPPI_EAST = 1 << 2,
GUPPI_WEST = 1 << 3
} guppi_compass_t; |
enum guppi_alignment_t
typedef enum {
GUPPI_ALIGNMENT_INVALID = 0,
GUPPI_LEFT,
GUPPI_RIGHT,
GUPPI_TOP,
GUPPI_BOTTOM,
GUPPI_CENTER_X,
GUPPI_CENTER_Y,
GUPPI_WIDTH,
GUPPI_HEIGHT
} guppi_alignment_t; |
enum guppi_orientation_t
typedef enum {
GUPPI_ORIENTATION_INVALID = 0,
GUPPI_HORIZONTAL,
GUPPI_VERTICAL
} guppi_orientation_t; |
guppi_alignment_is_horizontal()
#define guppi_alignment_is_horizontal(x) |
guppi_alignment_is_vertical()
#define guppi_alignment_is_vertical(x) |
guppi_alignment_matches_orientation()
#define guppi_alignment_matches_orientation(align, orien) |