Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2010-09-18 03:33:42
Size: 576
Editor: SheenaSmith
Comment: update content - "the" to "a" window update
Revision 6 as of 2010-09-19 18:44:38
Size: 579
Editor: SheenaSmith
Comment: update content (from Sam)
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Use this function to set the icon of a window. Use this function to set the icon for a window.
Line 17: Line 17:
||'''icon'''||the icon for a window|| ||'''icon'''||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

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