diff options
author | fluxgen <fluxgen> | 2006-02-19 11:44:57 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-19 11:44:57 (GMT) |
commit | 98209ba704e047c8f8f7df08fbb5849e3294cc68 (patch) | |
tree | 53a85a82289c3bfb2326785c0def47b1bea0da28 /src/FbWinFrame.hh | |
parent | 1cdeabc7fc2867de7a7f493be4a7da263ad2abfc (diff) | |
download | fluxbox_pavel-98209ba704e047c8f8f7df08fbb5849e3294cc68.zip fluxbox_pavel-98209ba704e047c8f8f7df08fbb5849e3294cc68.tar.bz2 |
FbWinFrame should not depend on class Fluxbox
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 71aed58..bc4c1be 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -110,7 +110,7 @@ public: | |||
110 | /// remove all buttons from titlebar | 110 | /// remove all buttons from titlebar |
111 | void removeAllButtons(); | 111 | void removeAllButtons(); |
112 | /// adds a button to label window with specified title and command | 112 | /// adds a button to label window with specified title and command |
113 | ButtonId createTab(const std::string &title, FbTk::Command *cmd); | 113 | ButtonId createTab(const std::string &title, FbTk::Command *cmd, int tab_padding); |
114 | // void addLabelButton(FbTk::TextButton &btn); | 114 | // void addLabelButton(FbTk::TextButton &btn); |
115 | /// removes a specific button from label window | 115 | /// removes a specific button from label window |
116 | void removeTab(ButtonId id); | 116 | void removeTab(ButtonId id); |