diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-07 20:17:50 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-07 20:17:50 -0400 |
commit | 0e699be281c8dea53e589e08a5831837e0eae7ea (patch) | |
tree | 4266aebec927b13ca56410be1901e3ee78dff49e /manuals/guile-sdl2/Windows.html | |
parent | 38daa330f2194de5f39cd41b270c89d7b2e94427 (diff) |
Updates for Chickadee 0.8.0 and Guile-SDL2 0.7.0.
Diffstat (limited to 'manuals/guile-sdl2/Windows.html')
-rw-r--r-- | manuals/guile-sdl2/Windows.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manuals/guile-sdl2/Windows.html b/manuals/guile-sdl2/Windows.html index 463e0fa..3353d31 100644 --- a/manuals/guile-sdl2/Windows.html +++ b/manuals/guile-sdl2/Windows.html @@ -190,6 +190,11 @@ remove the border. </p></dd></dl> <dl> +<dt id="index-set_002dwindow_002dicon_0021">Procedure: <strong>set-window-icon!</strong> <em>window icon</em></dt> +<dd><p>Set the icon of <var>window</var> to the surface <var>icon</var>. +</p></dd></dl> + +<dl> <dt id="index-set_002dwindow_002dposition_0021">Procedure: <strong>set-window-position!</strong> <em>window x y</em></dt> <dd><p>Set the position of <var>window</var> to (<var>x</var>, <var>y</var>). </p></dd></dl> |