all repos — fluxbox @ ee0ff9d6e3aaac0d39b39860e409863cfa2a439f

custom fork of the fluxbox windowmanager

minor code cleaning
fluxgen fluxgen
commit

ee0ff9d6e3aaac0d39b39860e409863cfa2a439f

parent

9f939d9af99ad01cb7962a241ff62de5d064972d

1 files changed, 8 insertions(+), 1 deletions(-)

jump to
M src/IconbarTool.hhsrc/IconbarTool.hh

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconbarTool.hh,v 1.2 2003/08/12 00:18:43 fluxgen Exp $ +// $Id: IconbarTool.hh,v 1.3 2003/08/12 12:14:37 fluxgen Exp $ #ifndef ICONBARTOOL_HH #define ICONBARTOOL_HH

@@ -56,7 +56,14 @@ unsigned int width() const;

unsigned int height() const; private: + /// render single button that holds win + void renderWindow(FluxboxWindow &win); + /// render single button + void renderButton(IconButton &button); + /// render all buttons void renderTheme(); + /// destroy all icons + void deleteIcons(); BScreen &m_screen; Container m_icon_container;