aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh2
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