diff options
author | markt <markt> | 2006-06-24 18:19:49 (GMT) |
---|---|---|
committer | markt <markt> | 2006-06-24 18:19:49 (GMT) |
commit | a23ad6719725a0290d01ac4bba0ce1905b2069d7 (patch) | |
tree | b3997c14a601117cc2c613e2a8bb79cc6a6a1c4b /src/FbWinFrame.hh | |
parent | 0b730c76b10babe20738067ae7aec5a102d451fe (diff) | |
download | fluxbox_pavel-a23ad6719725a0290d01ac4bba0ce1905b2069d7.zip fluxbox_pavel-a23ad6719725a0290d01ac4bba0ce1905b2069d7.tar.bz2 |
Make Urgency Hint flash the correct WinClient's tab.
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index e8003d3..6858579 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -150,6 +150,8 @@ public: | |||
150 | void moveLabelButtonRightOf(FbTk::TextButton &btn, const FbTk::TextButton &dest); | 150 | void moveLabelButtonRightOf(FbTk::TextButton &btn, const FbTk::TextButton &dest); |
151 | /// which button is to be rendered focused | 151 | /// which button is to be rendered focused |
152 | void setLabelButtonFocus(FbTk::TextButton &btn); | 152 | void setLabelButtonFocus(FbTk::TextButton &btn); |
153 | /// specify focus state of button | ||
154 | void setLabelButtonFocus(FbTk::TextButton &btn, bool value); | ||
153 | /// attach a client window for client area | 155 | /// attach a client window for client area |
154 | void setClientWindow(FbTk::FbWindow &win); | 156 | void setClientWindow(FbTk::FbWindow &win); |
155 | /// remove attached client window | 157 | /// remove attached client window |