aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-07-10 20:36:02 +0000
committerVicent Marti2008-07-10 20:36:02 +0000
commita90be07c3e93014174a3b4f3fa0be25aad227859 (patch)
tree72b41efdbe6245167332d35908110d63ecb2183b /gui/theme.h
parente0aad7f4be66a9e30f0226c17c9d2bd0a8138898 (diff)
downloadscummvm-rg350-a90be07c3e93014174a3b4f3fa0be25aad227859.tar.gz
scummvm-rg350-a90be07c3e93014174a3b4f3fa0be25aad227859.tar.bz2
scummvm-rg350-a90be07c3e93014174a3b4f3fa0be25aad227859.zip
Support for Vertical text alignement.
svn-id: r32995
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 320d2544e0..e9ce8bb01d 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -92,6 +92,13 @@ public:
kTextAlignCenter, //! Text should be centered
kTextAlignRight //! Text should be aligned to the right
};
+
+ //! Vertical alignment of the text.
+ enum TextAlignVertical {
+ kTextAlignVBottom,
+ kTextAlignVCenter,
+ kTextAlignVTop
+ };
//! Widget background type
enum WidgetBackground {