setWindowIcon

WindowModuleInterface::setWindowIcon

Sets the window’s icon.

Declaration

virtual void setWindowIcon(WindowID windowID, const Image& image) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to change the title of.

title

const Image&

The new icon of the window.

Returns

None.