Function ItemList.addIconItem

Adds an item to the item list with no text, only an icon.

void addIconItem (
  Texture icon,
  const(bool) selectable = true
) nothrow @nogc;