diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-09 12:43:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-09 12:43:50 +0300 |
commit | d189d362ba4b1b7c7963e925638eb5f12baba882 (patch) | |
tree | 140f7e1092a532bc89abace4d7fb659510055b29 /src/gui/widgets/browserbox.h | |
parent | e153ea49f7442a82651e4e35f2be59c459ad32cb (diff) | |
download | plus-d189d362ba4b1b7c7963e925638eb5f12baba882.tar.gz plus-d189d362ba4b1b7c7963e925638eb5f12baba882.tar.bz2 plus-d189d362ba4b1b7c7963e925638eb5f12baba882.tar.xz plus-d189d362ba4b1b7c7963e925638eb5f12baba882.zip |
allow set different skin for browserboxes.
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index f57519700..87ed57382 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -112,7 +112,8 @@ class BrowserBox final : public gcn::Widget, */ BrowserBox(const Widget2 *const widget, const unsigned int mode, - const bool opaque); + const bool opaque, + const std::string &skin); A_DELETE_COPY(BrowserBox) |