aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-29 08:52:28 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:45 (GMT)
commitf7d7dfd2a8047207dbe90bc77592c25acf4ca15c (patch)
tree46eb8596d15fb0450f07e3e5d58e2c5449c4c020 /src/IconbarTool.hh
parent54230c9a4474baf4f1c56773992212093e222349 (diff)
downloadfluxbox-f7d7dfd2a8047207dbe90bc77592c25acf4ca15c.zip
fluxbox-f7d7dfd2a8047207dbe90bc77592c25acf4ca15c.tar.bz2
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index cb8304f..92fbe63 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -95,12 +95,15 @@ private:
95 /// add icons to the list 95 /// add icons to the list
96 void updateList(); 96 void updateList();
97 97
98 void themeReconfigured();
99
98 BScreen &m_screen; 100 BScreen &m_screen;
99 FbTk::Container m_icon_container; 101 FbTk::Container m_icon_container;
100 IconbarTheme &m_theme; 102 IconbarTheme &m_theme;
101 FbTk::ThemeProxy<IconbarTheme> &m_focused_theme, &m_unfocused_theme; 103 FbTk::ThemeProxy<IconbarTheme> &m_focused_theme, &m_unfocused_theme;
102 FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container 104 FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container
103 105
106 FbTk::SignalTracker m_tracker;
104 107
105 std::auto_ptr<FocusableList> m_winlist; 108 std::auto_ptr<FocusableList> m_winlist;
106 IconMap m_icons; 109 IconMap m_icons;