From b5c294696cb58d00e8c4c9a005f9bf580a43dc6a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Dec 2013 20:31:29 +0300 Subject: Add theme option to show/hide window title. New theme option: showTitle default value: 1 --- src/gui/widgets/window.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/window.h') diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index ebc44e584..cad035a1e 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -431,9 +431,10 @@ class Window : public gcn::Window, int getOption(const std::string &name, const int def = 0) const A_WARN_UNUSED; - bool getOptionBool(const std::string &name) const A_WARN_UNUSED; + bool getOptionBool(const std::string &name, + const bool def = false) const A_WARN_UNUSED; - void setTitlePadding(int p) + void setTitlePadding(const int p) { mTitlePadding = p; } int getTitlePadding() const A_WARN_UNUSED -- cgit v1.2.3-60-g2f50