aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2010-03-26 17:15:45 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2010-03-26 17:15:45 (GMT)
commitdd8fcc8b7b4c2bccf90edf9b0acfa52e21f5d1ce (patch)
tree9847618adbc8b6c156e8c3ad41bb2d55d74c1916 /src/IconButton.hh
parent9ad388c5bf160c8a6c90d76065286540274685fd (diff)
downloadfluxbox-dd8fcc8b7b4c2bccf90edf9b0acfa52e21f5d1ce.zip
fluxbox-dd8fcc8b7b4c2bccf90edf9b0acfa52e21f5d1ce.tar.bz2
Changed title signal in Focusable to new signal system
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 5a6af0d..d1eb17e 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -73,6 +73,12 @@ private:
73 void setupWindow(); 73 void setupWindow();
74 void showTooltip(); 74 void showTooltip();
75 75
76 /// Refresh all pixmaps and windows
77 /// @param setup Wether to setup window again.
78 void refreshEverything(bool setup);
79 /// Called when client title changed.
80 void clientTitleChanged();
81
76 Focusable &m_win; 82 Focusable &m_win;
77 FbTk::FbWindow m_icon_window; 83 FbTk::FbWindow m_icon_window;
78 FbTk::FbPixmap m_icon_pixmap; 84 FbTk::FbPixmap m_icon_pixmap;