Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Default cursors provided by the application

Enumerations

enum  FX::FXDefaultCursor {
  FX::DEF_ARROW_CURSOR,
  FX::DEF_RARROW_CURSOR,
  FX::DEF_TEXT_CURSOR,
  FX::DEF_HSPLIT_CURSOR,
  FX::DEF_VSPLIT_CURSOR,
  FX::DEF_XSPLIT_CURSOR,
  FX::DEF_SWATCH_CURSOR,
  FX::DEF_MOVE_CURSOR,
  FX::DEF_DRAGH_CURSOR,
  FX::DEF_DRAGV_CURSOR,
  FX::DEF_DRAGTL_CURSOR,
  FX::DEF_DRAGBR_CURSOR =DEF_DRAGTL_CURSOR,
  FX::DEF_DRAGTR_CURSOR,
  FX::DEF_DRAGBL_CURSOR =DEF_DRAGTR_CURSOR,
  FX::DEF_DNDSTOP_CURSOR,
  FX::DEF_DNDCOPY_CURSOR,
  FX::DEF_DNDMOVE_CURSOR,
  FX::DEF_DNDLINK_CURSOR,
  FX::DEF_CROSSHAIR_CURSOR,
  FX::DEF_CORNERNE_CURSOR,
  FX::DEF_CORNERNW_CURSOR,
  FX::DEF_CORNERSE_CURSOR,
  FX::DEF_CORNERSW_CURSOR,
  FX::DEF_HELP_CURSOR,
  FX::DEF_HAND_CURSOR,
  FX::DEF_ROTATE_CURSOR,
  FX::DEF_WAIT_CURSOR
}
 

Detailed Description

Enumeration Type Documentation

Default cursors provided by the application.

Enumerator
DEF_ARROW_CURSOR 

Arrow cursor.

DEF_RARROW_CURSOR 

Reverse arrow cursor.

DEF_TEXT_CURSOR 

Text cursor.

DEF_HSPLIT_CURSOR 

Horizontal split cursor.

DEF_VSPLIT_CURSOR 

Vertical split cursor.

DEF_XSPLIT_CURSOR 

Cross split cursor.

DEF_SWATCH_CURSOR 

Color swatch drag cursor.

DEF_MOVE_CURSOR 

Move cursor.

DEF_DRAGH_CURSOR 

Resize horizontal edge.

DEF_DRAGV_CURSOR 

Resize vertical edge.

DEF_DRAGTL_CURSOR 

Resize upper-leftcorner.

DEF_DRAGBR_CURSOR 

Resize bottom-right corner.

DEF_DRAGTR_CURSOR 

Resize upper-right corner.

DEF_DRAGBL_CURSOR 

Resize bottom-left corner.

DEF_DNDSTOP_CURSOR 

Drag and drop stop.

DEF_DNDCOPY_CURSOR 

Drag and drop copy.

DEF_DNDMOVE_CURSOR 

Drag and drop move.

DEF_DNDLINK_CURSOR 

Drag and drop link.

DEF_CROSSHAIR_CURSOR 

Cross hair cursor.

DEF_CORNERNE_CURSOR 

North-east cursor.

DEF_CORNERNW_CURSOR 

North-west cursor.

DEF_CORNERSE_CURSOR 

South-east cursor.

DEF_CORNERSW_CURSOR 

South-west cursor.

DEF_HELP_CURSOR 

Help arrow cursor.

DEF_HAND_CURSOR 

Hand cursor.

DEF_ROTATE_CURSOR 

Rotate cursor.

DEF_WAIT_CURSOR 

Wait cursor.

Copyright © 1997-2005 Jeroen van der Zijp