.. include:: headings.inc .. _StockCursor: ========================================================================================================================================== |phoenix_title| **StockCursor** ========================================================================================================================================== The `StockCursor` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``CURSOR_NONE`` ``CURSOR_ARROW`` A standard arrow cursor. ``CURSOR_RIGHT_ARROW`` A standard arrow cursor pointing to the right. ``CURSOR_BULLSEYE`` Bullseye cursor. ``CURSOR_CHAR`` Rectangular character cursor. ``CURSOR_CROSS`` A cross cursor. ``CURSOR_HAND`` A hand cursor. ``CURSOR_IBEAM`` An I-beam cursor (vertical line). ``CURSOR_LEFT_BUTTON`` Represents a mouse with the left button depressed. ``CURSOR_MAGNIFIER`` A magnifier icon. ``CURSOR_MIDDLE_BUTTON`` Represents a mouse with the middle button depressed. ``CURSOR_NO_ENTRY`` A no-entry sign cursor. ``CURSOR_PAINT_BRUSH`` A paintbrush cursor. ``CURSOR_PENCIL`` A pencil cursor. ``CURSOR_POINT_LEFT`` A cursor that points left. ``CURSOR_POINT_RIGHT`` A cursor that points right. ``CURSOR_QUESTION_ARROW`` An arrow and question mark. ``CURSOR_RIGHT_BUTTON`` Represents a mouse with the right button depressed. ``CURSOR_SIZENESW`` A sizing cursor pointing ``NE-SW``. ``CURSOR_SIZENS`` A sizing cursor pointing ``N-S``. ``CURSOR_SIZENWSE`` A sizing cursor pointing ``NW-SE``. ``CURSOR_SIZEWE`` A sizing cursor pointing ``W-E``. ``CURSOR_SIZING`` A general sizing cursor. ``CURSOR_SPRAYCAN`` A spraycan cursor. ``CURSOR_WAIT`` A wait cursor. ``CURSOR_WATCH`` A watch cursor. ``CURSOR_BLANK`` Transparent cursor. ``CURSOR_DEFAULT`` Standard X11 cursor (only in wxGTK). ``CURSOR_COPY_ARROW`` MacOS Theme Plus arrow (only in Mac). ``CURSOR_ARROWWAIT`` A wait cursor with a standard arrow. ``CURSOR_MAX`` ================================================================================ ================================================================================ |