diff options
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); |