lbSetTooltip does not create an actual tooltip on the listbox when hovering over the list item. The tooltip is set and can be retrieved from lbTooltip but still does not appear.
i.e.
_listBox lbSetTooltip [0, "test"]; systemChat format ["%1",_listBox lbTooltip 0];
Will return "test" but the list won't show the tooltip.