


DXmCreateCursor(3X)					  DXmCreateCursor(3X)



NAME
  DDXXmmCCrreeaatteeCCuurrssoorr - Creates a specific cursor.

SYNOPSIS

  CCuurrssoorr DDXXmmCCrreeaatteeCCuurrssoorr((_w_i_d_g_e_t,, _c_u_r_s_o_r_k_i_n_d))
	  WWiiddggeett  _w_i_d_g_e_t;;
	  iinntt	  _c_u_r_s_o_r_k_i_n_d;;

PARAMETERS

  _w_i_d_g_e_t
      The widget from which display information	is obtained.

  _c_u_r_s_o_r_k_i_n_d
      An integer that represents the type of cursor, as	follows:


      ____________________________________________________________

      Value				Cursor Description

      ____________________________________________________________

      decw$c_wait_cursor (4)

					A watch

      decw$c_questionmark_cursor (54)

					A question mark

      decw$c_inactive_cursor (6)

					A caution ("do not enter")
					symbol

      ____________________________________________________________

      The following X Window System fallbacks are provided in the event	the
      DECwindows-specific cursors cannot be loaded:


      ______________________________________________

      DECwindows-Specific Cursor   X Fallback

      ______________________________________________

      decw$c_wait_cursor

				   XC_watch

      decw$c_questionmark_cursor

				   XC_question_arrow

      decw$c_inactive_cursor

				   XC_circle

      ______________________________________________

      You can specify additional cursor	symbols	by examining the
      //uussrr//iinncclluuddee//XX1111//ddeeccwwccuurrssoorr..hh file.  (X Window System fallbacks are
      provided for each	of those cursors as well.)

DESCRIPTION

  The DDXXmmCCrreeaatteeCCuurrssoorr routine enables you to create a cursor that displays as
  a watch, question mark, or caution ("do not enter") symbol (these are	the
  most frequently used cursor symbols).

RETURN VALUES

  The identifier (cursor ID) of	the created cursor.





























































