Loading...
Searching...
No Matches
#include "common.h"
#include "bu/defines.h"
#include "bu/vls.h"
Go to the source code of this file.
|
enum | bu_tbl_style {
BU_TBL_STYLE_NONE
, BU_TBL_STYLE_LIST
, BU_TBL_STYLE_BASIC
, BU_TBL_STYLE_SINGLE
,
BU_TBL_STYLE_DOUBLE
, BU_TBL_ALIGN_LEFT
, BU_TBL_ALIGN_CENTER
, BU_TBL_ALIGN_RIGHT
,
BU_TBL_ROW_HEADER
, BU_TBL_ROW_SEPARATOR
, BU_TBL_ROW_ALIGN_LEFT
, BU_TBL_ROW_ALIGN_CENTER
,
BU_TBL_ROW_ALIGN_RIGHT
, BU_TBL_COL_ALIGN_LEFT
, BU_TBL_COL_ALIGN_CENTER
, BU_TBL_COL_ALIGN_RIGHT
,
BU_TBL_ROW_END
} |
|