Module: Gdk::CursorType
- Defined in:
- (unknown)
Constant Summary collapse
- X_CURSOR =

0 or :x_cursor
- ARROW =

2 or :arrow
- BASED_ARROW_DOWN =

4 or :based_arrow_down
- BASED_ARROW_UP =

6 or :based_arrow_up
- BOAT =

8 or :boat
- BOGOSITY =

10 or :bogosity
- BOTTOM_LEFT_CORNER =

12 or :bottom_left_corner
- BOTTOM_RIGHT_CORNER =

14 or :bottom_right_corner
- BOTTOM_SIDE =

16 or :bottom_side
- BOTTOM_TEE =

18 or :bottom_tee
- BOX_SPIRAL =

20 or :box_spiral
- CENTER_PTR =

22 or :center_ptr
- CIRCLE =

24 or :circle
- CLOCK =

26 or :clock
- COFFEE_MUG =

28 or :coffee_mug
- CROSS =

30 or :cross
- CROSS_REVERSE =

32 or :cross_reverse
- CROSSHAIR =

34 or :crosshair
- DIAMOND_CROSS =

36 or :diamond_cross
- DOT =

38 or :dot
- DOTBOX =

40 or :dotbox
- DOUBLE_ARROW =

42 or :double_arrow
- DRAFT_LARGE =

44 or :draft_large
- DRAFT_SMALL =

46 or :draft_small
- DRAPED_BOX =

48 or :draped_box
- EXCHANGE =

50 or :exchange
- FLEUR =

52 or :fleur
- GOBBLER =

54 or :gobbler
- GUMBY =

56 or :gumby
- HAND1 =

58 or :hand1
- HAND2 =

60 or :hand2
- HEART =

62 or :heart
- ICON =

64 or :icon
- IRON_CROSS =

66 or :iron_cross
- LEFT_PTR =

68 or :left_ptr
- LEFT_SIDE =

70 or :left_side
- LEFT_TEE =

72 or :left_tee
- LEFTBUTTON =

74 or :leftbutton
- LL_ANGLE =

76 or :ll_angle
- LR_ANGLE =

78 or :lr_angle
- MAN =

80 or :man
- MIDDLEBUTTON =

82 or :middlebutton
- MOUSE =

84 or :mouse
- PENCIL =

86 or :pencil
- PIRATE =

88 or :pirate
- PLUS =

90 or :plus
- QUESTION_ARROW =

92 or :question_arrow
- RIGHT_PTR =

94 or :right_ptr
- RIGHT_SIDE =

96 or :right_side
- RIGHT_TEE =

98 or :right_tee
- RIGHTBUTTON =

100 or :rightbutton
- RTL_LOGO =

102 or :rtl_logo
- SAILBOAT =

104 or :sailboat
- SB_DOWN_ARROW =

106 or :sb_down_arrow
- SB_H_DOUBLE_ARROW =

108 or :sb_h_double_arrow
- SB_LEFT_ARROW =

110 or :sb_left_arrow
- SB_RIGHT_ARROW =

112 or :sb_right_arrow
- SB_UP_ARROW =

114 or :sb_up_arrow
- SB_V_DOUBLE_ARROW =

116 or :sb_v_double_arrow
- SHUTTLE =

118 or :shuttle
- SIZING =

120 or :sizing
- SPIDER =

122 or :spider
- SPRAYCAN =

124 or :spraycan
- STAR =

126 or :star
- TARGET =

128 or :target
- TCROSS =

130 or :tcross
- TOP_LEFT_ARROW =

132 or :top_left_arrow
- TOP_LEFT_CORNER =

134 or :top_left_corner
- TOP_RIGHT_CORNER =

136 or :top_right_corner
- TOP_SIDE =

138 or :top_side
- TOP_TEE =

140 or :top_tee
- TREK =

142 or :trek
- UL_ANGLE =

144 or :ul_angle
- UMBRELLA =

146 or :umbrella
- UR_ANGLE =

148 or :ur_angle
- WATCH =

150 or :watch
- XTERM =

152 or :xterm
- LAST_CURSOR =
last cursor type
153 or :last_cursor
- BLANK_CURSOR =
Blank cursor. Since 2.16
-2 or :blank_cursor
- CURSOR_IS_PIXMAP =
type of cursors constructed with
gdk_cursor_new_from_pixbuf()
-1 or :cursor_is_pixmap