diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-09 15:05:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-09 15:05:46 +0300 |
commit | 570c180eb44a832ff3fa2f7e262246a8ab543ff1 (patch) | |
tree | 143c0cf02d52f2e252c16681e92ac6cbe1e7710d /src/gui/widgets/browserbox.h | |
parent | f5e41e9dc8560923b4e9b8ef89f518aaf651dfa8 (diff) | |
download | plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.tar.gz plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.tar.bz2 plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.tar.xz plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.zip |
Add browserbox links theme options.
New theme options:
highlightBackground - highlight link with background filling.
highlightUnderline - highlight link with underline.
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 7c2d3c053..3c470121a 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -133,11 +133,6 @@ class BrowserBox final : public gcn::Widget, void setOpaque(bool opaque); /** - * Sets the Highlight mode for links. - */ - void setHighlightMode(const unsigned int highMode); - - /** * Sets the maximum numbers of rows in the browser box. 0 = no limit. */ void setMaxRow(unsigned max) |