Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-17 06:42:18
Size: 682
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 17:41:31
Size: 678
Editor: SheenaSmith
Comment: update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
void SDL_SetWindowIcon(SDL_WindowID windowID, void SDL_SetWindowIcon(SDL_Window* window,
Line 17: Line 17:
||'''windowID'''||the type used to identify the window|| ||'''window'''||the type used to identify the window||

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 type used to identify the window

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