PyICONINFO Object

Tuple describing an icon or cursor

Win32 API References

Search for ICONINFO at msdn, google or google groups.

Items

[0] boolean : Icon

True indicates an icon, False for a cursor

[1] int : xHotSpot

For a cursor, X coord of hotspot. Ignored for icons

[2] int : yHotSpot

For a cursor, Y coord of hotspot. Ignored for icons

[3] PyGdiHANDLE : hbmMask

Monochrome mask bitmap

[4] PyGdiHANDLE : hbmColor

Color bitmap, may be None for black and white icon