diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-21 22:23:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-21 22:23:13 +0100 |
| commit | df6ed597b720399f02e7b75a7cf448d0956c89a1 (patch) | |
| tree | 53fcd9862ea0e9eb5abd5b4d883d1a5c03735158 /src/types.h | |
| parent | b627827aaa5a314b53fe0f8b0429dee8b542ccb3 (diff) | |
Vertical align.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index c49c5f8f..280c60cd 100644 --- a/src/types.h +++ b/src/types.h @@ -57,6 +57,13 @@ enum Effect BORDER, SHADOW }; + +enum VAlign +{ + TOP, + CENTER, + BOTTOM +}; class Fraction { |
