Class: Wx::StockCursor

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/gdi_common.rb

Overview

Standard cursors.

Notice that under WXMSW some of these cursors are defined in wx.rc file and not by the system itself so you should include this file from your own resource file (possibly creating a trivial resource file just containing a single include line if you don’t need it otherwise) to be able to use them. See Cursor.

Constant Summary collapse

CURSOR_NONE =
Wx::StockCursor.new(0)
CURSOR_ARROW =

A standard arrow cursor.

Wx::StockCursor.new(1)
CURSOR_RIGHT_ARROW =

A standard arrow cursor pointing to the right.

Wx::StockCursor.new(2)
CURSOR_BULLSEYE =

Bullseye cursor.

Wx::StockCursor.new(3)
CURSOR_CHAR =

Rectangular character cursor.

Wx::StockCursor.new(4)
CURSOR_CROSS =

A cross cursor.

Wx::StockCursor.new(5)
CURSOR_HAND =

A hand cursor.

Wx::StockCursor.new(6)
CURSOR_IBEAM =

An I-beam cursor (vertical line).

Wx::StockCursor.new(7)
CURSOR_LEFT_BUTTON =

Represents a mouse with the left button depressed.

Wx::StockCursor.new(8)
CURSOR_MAGNIFIER =

A magnifier icon.

Wx::StockCursor.new(9)
CURSOR_MIDDLE_BUTTON =

Represents a mouse with the middle button depressed.

Wx::StockCursor.new(10)
CURSOR_NO_ENTRY =

A no-entry sign cursor.

Wx::StockCursor.new(11)
CURSOR_PAINT_BRUSH =

A paintbrush cursor.

Wx::StockCursor.new(12)
CURSOR_PENCIL =

A pencil cursor.

Wx::StockCursor.new(13)
CURSOR_POINT_LEFT =

A cursor that points left.

Wx::StockCursor.new(14)
CURSOR_POINT_RIGHT =

A cursor that points right.

Wx::StockCursor.new(15)
CURSOR_QUESTION_ARROW =

An arrow and question mark.

Wx::StockCursor.new(16)
CURSOR_RIGHT_BUTTON =

Represents a mouse with the right button depressed.

Wx::StockCursor.new(17)
CURSOR_SIZENESW =

A sizing cursor pointing NE-SW.

Wx::StockCursor.new(18)
CURSOR_SIZENS =

A sizing cursor pointing N-S.

Wx::StockCursor.new(19)
CURSOR_SIZENWSE =

A sizing cursor pointing NW-SE.

Wx::StockCursor.new(20)
CURSOR_SIZEWE =

A sizing cursor pointing W-E.

Wx::StockCursor.new(21)
CURSOR_SIZING =

A general sizing cursor.

Wx::StockCursor.new(22)
CURSOR_SPRAYCAN =

A spraycan cursor.

Wx::StockCursor.new(23)
CURSOR_WAIT =

A wait cursor.

Wx::StockCursor.new(24)
CURSOR_WATCH =

A watch cursor.

Wx::StockCursor.new(25)
CURSOR_BLANK =

Transparent cursor.

Wx::StockCursor.new(26)
CURSOR_DEFAULT =

Standard X11 cursor (only in WXGTK).

Wx::StockCursor.new(27)
CURSOR_ARROWWAIT =

A wait cursor with a standard arrow.

Wx::StockCursor.new(28)
CURSOR_MAX =
Wx::StockCursor.new(29)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum