41struct bu_column_state_internal;
51 struct bu_column_state_internal *
i;
54#define BU_COLUMN_ALL -1
100#define BU_COLUMN_ALIGN_LEFT 0
101#define BU_COLUMN_ALIGN_RIGHT 1
102#define BU_COLUMN_ALIGN_CENTER_LEFT_BIAS 2
103#define BU_COLUMN_ALIGN_CENTER_RIGHT_BIAS 3
Header file for the BRL-CAD common definitions.
int bu_column_reset(struct bu_column_state *s)
int bu_column_clear(struct bu_column_state *s)
int bu_column_add(struct bu_column_state *s, const char *str)
int bu_column_set_width(struct bu_column_state *s, int colnum, int width)
int bu_column_print(struct bu_vls *o, struct bu_column_state *s)
int bu_column_set_alignment(struct bu_column_state *s, int colnum, int alignment)
struct bu_column_state_internal * i