{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.setIcon]]}}
{{newin (日本語)|[[0.7.0 (日本語)|0.7.0]]|070|type=関数}}
Set window icon. This feature is not completely supported on Windows (apparently an SDL bug, not a LOVE bug: [https://bitbucket.org/rude/love/issue/143/windows-no-titlebar-icon]).
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.setIcon( image )
</source>
=== 引数 ===
{{param (日本語)|Image|image|The window icon.}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::love.graphics (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Set window icon.}}
{{#set:Sub-Category=Window (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.setIcon}}