diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 88fe51a..1ff7709 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -105,6 +105,12 @@ public: | |||
105 | void moveLabelButtonLeft(const FbTk::TextButton &btn); | 105 | void moveLabelButtonLeft(const FbTk::TextButton &btn); |
106 | /// move label button to the right | 106 | /// move label button to the right |
107 | void moveLabelButtonRight(const FbTk::TextButton &btn); | 107 | void moveLabelButtonRight(const FbTk::TextButton &btn); |
108 | /// move label button to the given location( x and y are relative to the root window) | ||
109 | void moveLabelButtonTo(FbTk::TextButton &btn, int x, int y); | ||
110 | /// move the first label button to the left of the second | ||
111 | void moveLabelButtonLeftOf(const FbTk::TextButton &btn, const FbTk::TextButton &dest); | ||
112 | //move the first label button to the right of the second | ||
113 | void moveLabelButtonRightOf(const FbTk::TextButton &btn, const FbTk::TextButton &dest); | ||
108 | /// which button is to be rendered focused | 114 | /// which button is to be rendered focused |
109 | void setLabelButtonFocus(FbTk::TextButton &btn); | 115 | void setLabelButtonFocus(FbTk::TextButton &btn); |
110 | /// attach a client window for client area | 116 | /// attach a client window for client area |