diff options
author | fluxgen <fluxgen> | 2003-05-04 21:01:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-04 21:01:43 (GMT) |
commit | 65bbfbe51b9d8531490708e83ba422c7dc53dc1a (patch) | |
tree | 7ed585fb2abf334b0c8851d32c54f064ad80adfe /src | |
parent | 1a4c4052b0ffc933ced68ec940fe41d54f9b6363 (diff) | |
download | fluxbox-65bbfbe51b9d8531490708e83ba422c7dc53dc1a.zip fluxbox-65bbfbe51b9d8531490708e83ba422c7dc53dc1a.tar.bz2 |
license update
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/MenuTheme.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbTk/MenuTheme.hh b/src/FbTk/MenuTheme.hh index 4e21ba1..b39b824 100644 --- a/src/FbTk/MenuTheme.hh +++ b/src/FbTk/MenuTheme.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // MenuTheme.hh for FbTk | 1 | // MenuTheme.hh for FbTk |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) | 2 | // Copyright (c) 2002-2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: MenuTheme.hh,v 1.5 2003/02/22 21:24:19 fluxgen Exp $ | 22 | // $Id: MenuTheme.hh,v 1.6 2003/05/04 21:01:43 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_MENUTHEME_HH | 24 | #ifndef FBTK_MENUTHEME_HH |
25 | #define FBTK_MENUTHEME_HH | 25 | #define FBTK_MENUTHEME_HH |
@@ -87,6 +87,7 @@ public: | |||
87 | unsigned int borderWidth() const { return *m_border_width; } | 87 | unsigned int borderWidth() const { return *m_border_width; } |
88 | unsigned int bevelWidth() const { return *m_bevel_width; } | 88 | unsigned int bevelWidth() const { return *m_bevel_width; } |
89 | const FbTk::Color &borderColor() const { return *m_border_color; } | 89 | const FbTk::Color &borderColor() const { return *m_border_color; } |
90 | FbTk::Subject &themeChangeSig() { return m_theme_change_sig; } | ||
90 | /// attach observer | 91 | /// attach observer |
91 | void addListener(FbTk::Observer &obs) { m_theme_change_sig.attach(&obs); } | 92 | void addListener(FbTk::Observer &obs) { m_theme_change_sig.attach(&obs); } |
92 | /// detach observer | 93 | /// detach observer |