What events can be monitored with dhtmlxEvent?

I’ve got a situation where my toolbar icons will sit on top of each other when the mouse passes over them. I’ve previously used this code below to handle a similar situation when the window is resized and I want to clone it to resolve this issue but I don’t know which events I can look for.
Thanks, Jim Dixon.

            dhtmlxEvent(window,"resize", function() {
                  window.clearTimeout(to);
                  to=window.setTimeout(function(){
                        dhxLayout.setSizes();
                  }, 100);
            });

Can’t reproduce your issue.
Please, make completed demo and attach it:
docs.dhtmlx.com/doku.php?id=othe … leted_demo