diff options
author | mathias <mathias> | 2004-11-24 23:27:28 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-11-24 23:27:28 (GMT) |
commit | a932a7a80169253fb29be8f1bed87f510cefad24 (patch) | |
tree | 401499971705355c9df550a640e5eccb885bbc08 /src/FbWinFrame.hh | |
parent | a128e9829f704d9f30f1a0410fb56baca0662bae (diff) | |
download | fluxbox-a932a7a80169253fb29be8f1bed87f510cefad24.zip fluxbox-a932a7a80169253fb29be8f1bed87f510cefad24.tar.bz2 |
patch from Rob Stevens to add dragndrop-reordering of the tabs
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 |