Cursors
Standard and pixmap cursors
gdkCursorNew(cursor.type)gdkCursorNewFromPixmap(source, mask, fg, bg, x, y)gdkCursorNewFromPixbuf(display, source, x, y)gdkCursorNewFromName(display, name)gdkCursorNewForDisplay(display, cursor.type)gdkCursorGetDisplay(object)gdkCursorGetImage(object)
These functions are used to create and destroy cursors.
There is a number of standard cursors, but it is also
possible to construct new cursors from pixmaps and
pixbufs. There may be limitations as to what kinds of
cursors can be constructed on a given display, see
gdkDisplaySupportsCursorAlpha,
gdkDisplaySupportsCursorColor,
gdkDisplayGetDefaultCursorSize and
gdkDisplayGetMaximalCursorSize.
Cursors by themselves are not very interesting, they must be be
bound to a window for users to see them. This is done with
gdkWindowSetCursor or by setting the cursor member of the
GdkWindowAttr struct passed to gdkWindowNew.
GdkCursorA GdkCursor structure represents a cursor.
type[GdkCursorType] the GdkCursorType of the cursor
GdkCursorTypeThe standard cursors available.
x_cursorundocumented
arrowundocumented
based_arrow_downundocumented
based_arrow_upundocumented
boatundocumented
bogosityundocumented
bottom_left_cornerundocumented
bottom_right_cornerundocumented
bottom_sideundocumented
bottom_teeundocumented
box_spiralundocumented
center_ptrundocumented
circleundocumented
clock undocumented
coffee_mugundocumented
crossundocumented
cross_reverseundocumented
crosshairundocumented
diamond_crossundocumented
dotundocumented
dotboxundocumented
double_arrowundocumented
draft_largeundocumented
draft_smallundocumented
draped_boxundocumented
exchangeundocumented
fleurundocumented
gobblerundocumented
gumbyundocumented
hand1undocumented
hand2undocumented
heartundocumented
iconundocumented
iron_crossundocumented
left_ptrundocumented
left_sideundocumented
left_teeundocumented
leftbuttonundocumented
ll_angleundocumented
lr_angleundocumented
manundocumented
middlebuttonundocumented
mouseundocumented
pencilundocumented
pirateundocumented
plusundocumented
question_arrowundocumented
right_ptrundocumented
right_sideundocumented
right_teeundocumented
rightbuttonundocumented
rtl_logoundocumented
sailboatundocumented
sb_down_arrowundocumented
sb_h_double_arrowundocumented
sb_left_arrowundocumented
sb_right_arrowundocumented
sb_up_arrowundocumented
sb_v_double_arrowundocumented
shuttleundocumented
sizingundocumented
spider undocumented
spraycanundocumented
starundocumented
targetundocumented
tcrossundocumented
top_left_arrowundocumented
top_left_cornerundocumented
top_right_cornerundocumented
top_sideundocumented
top_teeundocumented
trekundocumented
ul_angleundocumented
umbrellaundocumented
ur_angleundocumented
watchundocumented
xtermundocumented
last-cursorlast cursor type
gdk-cursor-is-pixmapBlank cursor. Since 2.16
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.