Defines

BOOK_LINE_xxx

Defines

#define BOOK_LINE_NORMAL   0
#define BOOK_LINE_TITLE   1
#define BOOK_LINE_ICON   2
#define BOOK_LINE_NAME   4
#define BOOK_LINE_PAGE   16

Define Documentation

#define BOOK_LINE_ICON   2

The line is an icon.

Definition at line 40 of file book.c.

#define BOOK_LINE_NAME   4

The line is the book name.

Definition at line 42 of file book.c.

#define BOOK_LINE_NORMAL   0

Normal line.

Definition at line 36 of file book.c.

#define BOOK_LINE_PAGE   16

Internal use.

Definition at line 45 of file book.c.

#define BOOK_LINE_TITLE   1

The line is a title.

Definition at line 38 of file book.c.