Difference between revisions of "Wasabi Appendix: Cursors"

From Winamp Developer Wiki
Jump to: navigation, search
(New page: You can use the following as cursors for your skin. These cursors will change if the Windows cursor is changed, so it will always match the Windows Theme. * IDC_ARROW * IDC_SIZENS * IDC_SI...)
 
 
Line 17: Line 17:
 
  Example:
 
  Example:
 
  <layer x="20" y="20" image="myimage" cursor="IDC_HAND"/>
 
  <layer x="20" y="20" image="myimage" cursor="IDC_HAND"/>
 +
 +
[[Category:Wasabi]]

Latest revision as of 14:48, 8 July 2009

You can use the following as cursors for your skin. These cursors will change if the Windows cursor is changed, so it will always match the Windows Theme.

  • IDC_ARROW
  • IDC_SIZENS
  • IDC_SIZEWE
  • IDC_SIZENWSE
  • IDC_SIZENESW
  • IDC_SIZEALL
  • IDC_IBEAM
  • IDC_WAIT
  • IDC_CROSS
  • IDC_UPARROW
  • IDC_NO
  • IDC_HAND
  • IDC_APPSTARTING
  • IDC_HELP
Example:
<layer x="20" y="20" image="myimage" cursor="IDC_HAND"/>