1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.StockCursor:
==========================================================================================================================================
|phoenix_title| **wx.StockCursor**
==========================================================================================================================================
The `StockCursor` enumeration provides the following values:
================================================================================ ================================================================================
**Description** **Value**
================================================================================ ================================================================================
``wx.CURSOR_NONE``
``wx.CURSOR_ARROW`` A standard arrow cursor.
``wx.CURSOR_RIGHT_ARROW`` A standard arrow cursor pointing to the right.
``wx.CURSOR_BULLSEYE`` Bullseye cursor.
``wx.CURSOR_CHAR`` Rectangular character cursor.
``wx.CURSOR_CROSS`` A cross cursor.
``wx.CURSOR_HAND`` A hand cursor.
``wx.CURSOR_IBEAM`` An I-beam cursor (vertical line).
``wx.CURSOR_LEFT_BUTTON`` Represents a mouse with the left button depressed.
``wx.CURSOR_MAGNIFIER`` A magnifier icon.
``wx.CURSOR_MIDDLE_BUTTON`` Represents a mouse with the middle button depressed.
``wx.CURSOR_NO_ENTRY`` A no-entry sign cursor.
``wx.CURSOR_PAINT_BRUSH`` A paintbrush cursor.
``wx.CURSOR_PENCIL`` A pencil cursor.
``wx.CURSOR_POINT_LEFT`` A cursor that points left.
``wx.CURSOR_POINT_RIGHT`` A cursor that points right.
``wx.CURSOR_QUESTION_ARROW`` An arrow and question mark.
``wx.CURSOR_RIGHT_BUTTON`` Represents a mouse with the right button depressed.
``wx.CURSOR_SIZENESW`` A sizing cursor pointing ``NE-SW``.
``wx.CURSOR_SIZENS`` A sizing cursor pointing ``N-S``.
``wx.CURSOR_SIZENWSE`` A sizing cursor pointing ``NW-SE``.
``wx.CURSOR_SIZEWE`` A sizing cursor pointing ``W-E``.
``wx.CURSOR_SIZING`` A general sizing cursor.
``wx.CURSOR_SPRAYCAN`` A spraycan cursor.
``wx.CURSOR_WAIT`` A wait cursor.
``wx.CURSOR_WATCH`` A watch cursor.
``wx.CURSOR_BLANK`` Transparent cursor.
``wx.CURSOR_DEFAULT`` Standard X11 cursor (only in wxGTK).
``wx.CURSOR_COPY_ARROW`` MacOS Theme Plus arrow (only in Mac).
``wx.CURSOR_ARROWWAIT`` A wait cursor with a standard arrow.
``wx.CURSOR_MAX``
================================================================================ ================================================================================
|
|