diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/IconbarTool.hh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 31c6f24..1d0bf56 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.hh,v 1.2 2003/08/12 00:18:43 fluxgen Exp $ | 23 | // $Id: IconbarTool.hh,v 1.3 2003/08/12 12:14:37 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTOOL_HH | 25 | #ifndef ICONBARTOOL_HH |
26 | #define ICONBARTOOL_HH | 26 | #define ICONBARTOOL_HH |
@@ -56,7 +56,14 @@ public: | |||
56 | unsigned int height() const; | 56 | unsigned int height() const; |
57 | 57 | ||
58 | private: | 58 | private: |
59 | /// render single button that holds win | ||
60 | void renderWindow(FluxboxWindow &win); | ||
61 | /// render single button | ||
62 | void renderButton(IconButton &button); | ||
63 | /// render all buttons | ||
59 | void renderTheme(); | 64 | void renderTheme(); |
65 | /// destroy all icons | ||
66 | void deleteIcons(); | ||
60 | 67 | ||
61 | BScreen &m_screen; | 68 | BScreen &m_screen; |
62 | Container m_icon_container; | 69 | Container m_icon_container; |