Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-01-21 17:41:31
Size: 678
Editor: SheenaSmith
Comment: update WindowID > Window*
Revision 3 as of 2010-09-07 15:44:54
Size: 662
Editor: SheenaSmith
Comment: update content for consistency
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
||'''window'''||the type used to identify the window|| ||'''window'''||the window to change||

DRAFT

SDL_SetWindowIcon

Use this function to set the icon of the 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