summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-08 22:25:38 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-08 22:26:45 +0300
commit79cc92118f7029de7b47caa0cd29b13823e3a3ec (patch)
tree8e95c364d56739221d205c64e5d11cd1cdc097de /src/gui/widgets/window.h
parent1319e54e6a7dab30ce2f95b0301964c53afe9e58 (diff)
downloadplus-79cc92118f7029de7b47caa0cd29b13823e3a3ec.tar.gz
plus-79cc92118f7029de7b47caa0cd29b13823e3a3ec.tar.bz2
plus-79cc92118f7029de7b47caa0cd29b13823e3a3ec.tar.xz
plus-79cc92118f7029de7b47caa0cd29b13823e3a3ec.zip
Add theme options for caption offset and align.
Options: captionoffsetx captionoffsety captionallign
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index 00e3a817f..a006b3995 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -467,6 +467,9 @@ class Window : public gcn::Window, gcn::WidgetListener
*/
static const unsigned resizeBorderWidth = 10;
GraphicsVertexes *mVertexes;
+ int mCaptionOffsetX;
+ int mCaptionOffsetY;
+ int mCaptionAlign;
bool mRedraw;
gcn::Font *mCaptionFont;
};