IconProviderBase.getStandardIcon - multiple declarations

Function IconProviderBase.getStandardIcon

Get image of standard icon. If icon was not found use fallback.

final Ref!(dcanvas.graphics.drawbuf.DrawBuf) getStandardIcon(
  StandardIcon icon,
  lazy Ref!(dcanvas.graphics.drawbuf.DrawBuf) fallback
);

Function IconProviderBase.getStandardIcon

Get image of standard icon. Return the null image if icon was not found in the system.

Ref!(dcanvas.graphics.drawbuf.DrawBuf) getStandardIcon(
  StandardIcon icon
);