aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTheme.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-01-13 14:41:32 (GMT)
committerrathnor <rathnor>2004-01-13 14:41:32 (GMT)
commit6914d00eb772705ee9e2cced1629ac5938361cfe (patch)
tree0f19dc333b5dcddb5628a262f33d1ebb4400dcd5 /src/IconbarTheme.hh
parent9475d7bc8226e58a86dd90f01c56c6e0e96a4969 (diff)
downloadfluxbox-6914d00eb772705ee9e2cced1629ac5938361cfe.zip
fluxbox-6914d00eb772705ee9e2cced1629ac5938361cfe.tar.bz2
toolbar transparency
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r--src/IconbarTheme.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh
index 7545454..e0c76c6 100644
--- a/src/IconbarTheme.hh
+++ b/src/IconbarTheme.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconbarTheme.hh,v 1.5 2003/08/19 21:26:45 fluxgen Exp $ 23// $Id: IconbarTheme.hh,v 1.6 2004/01/13 14:41:32 rathnor Exp $
24 24
25#ifndef ICONBARTHEME_HH 25#ifndef ICONBARTHEME_HH
26#define ICONBARTHEME_HH 26#define ICONBARTHEME_HH
@@ -51,12 +51,14 @@ public:
51 const FbTk::Texture &focusedTexture() const { return *m_focused_texture; } 51 const FbTk::Texture &focusedTexture() const { return *m_focused_texture; }
52 const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; } 52 const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; }
53 const FbTk::Texture &emptyTexture() const { return *m_empty_texture; } 53 const FbTk::Texture &emptyTexture() const { return *m_empty_texture; }
54 inline unsigned char alpha() const { return *m_alpha; }
54 55
55private: 56private:
56 FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; 57 FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture;
57 BorderTheme m_focused_border, m_unfocused_border, m_border; 58 BorderTheme m_focused_border, m_unfocused_border, m_border;
58 TextTheme m_focused_text, m_unfocused_text; 59 TextTheme m_focused_text, m_unfocused_text;
59 std::string m_name; 60 std::string m_name;
61 FbTk::ThemeItem<int> m_alpha;
60}; 62};
61 63
62#endif // ICONBARTHEME_HH 64#endif // ICONBARTHEME_HH