Still more macros for themeing in 'definitions'

By Don Harrop
This commit is contained in:
Kim Woelders 2018-04-25 17:29:04 +02:00
parent b01703314a
commit b17d5e8858
1 changed files with 6 additions and 0 deletions

View File

@ -971,6 +971,9 @@ __BORDER __BGN; \
#define BORDER_SHADE_UP \
__SHADE_DIRECTION __UP
#define BORDER_GROUP_NAME(name) \
__BORDER_GROUP_NAME name
#define BEGIN_BORDER_PART(iclass, min_width, max_width, min_height, max_height) \
__BORDER_PART __BGN; \
__ICLASS iclass; \
@ -1192,6 +1195,9 @@ __TCLASS __BGN; \
#define TEXT_JUSTIFY_RIGHT \
__JUSTIFICATION 1024
#define TEXT_ORIENTATION(direction) \
__ORIENTATION direction
#define END_TEXT \
__END