Wiki Page Content

Differences between revisions 7 and 8
Revision 7 as of 2010-10-09 06:00:09
Size: 624
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 8 as of 2010-10-16 05:47:28
Size: 619
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''window'''||the SDL_Window to change||
||'''icon'''||the [[SDL_Surface]] structure containing the icon for the window||
||'''window'''||the window to change||
||'''icon'''||an [[SDL_Surface]] structure containing the icon for the window||

SDL_SetWindowIcon

Use this function to set the icon for a window.

Syntax

void SDL_SetWindowIcon(SDL_Window*  window,
                       SDL_Surface* icon)

Function Parameters

window

the window to change

icon

an SDL_Surface structure containing the icon for the window

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_SetWindowIcon (last edited 2014-12-12 21:23:58 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit