summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressbar.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-22 15:23:28 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-22 15:23:28 +0300
commitd7131239c18eafecef2e8b8fa6898ba9962ff0e8 (patch)
treef54629cc0e2616281957e24e18f27f9d33ceaa4b /src/gui/widgets/progressbar.h
parent0dd6ab2bfdee4527ca0960b4e7a64e257bb93fa3 (diff)
downloadplus-d7131239c18eafecef2e8b8fa6898ba9962ff0e8.tar.gz
plus-d7131239c18eafecef2e8b8fa6898ba9962ff0e8.tar.bz2
plus-d7131239c18eafecef2e8b8fa6898ba9962ff0e8.tar.xz
plus-d7131239c18eafecef2e8b8fa6898ba9962ff0e8.zip
allow use different theme file for different progress bars.
Diffstat (limited to 'src/gui/widgets/progressbar.h')
-rw-r--r--src/gui/widgets/progressbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h
index 954d9f7d2..3bfceab18 100644
--- a/src/gui/widgets/progressbar.h
+++ b/src/gui/widgets/progressbar.h
@@ -51,7 +51,8 @@ class ProgressBar final : public gcn::Widget,
*/
ProgressBar(const Widget2 *const widget, float progress,
const int width, const int height,
- const int backColor);
+ const int backColor,
+ const std::string &skin);
A_DELETE_COPY(ProgressBar)