


XmSetMenuCursor(3X)					  XmSetMenuCursor(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSeettMMeennuuCCuurrssoorr - A function that modifies the menu cursor for a client

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  vvooiidd XXmmSSeettMMeennuuCCuurrssoorr ((_d_i_s_p_l_a_y, _c_u_r_s_o_r_I_d))
       DDiissppllaayy	 * _d_i_s_p_l_a_y;;
       CCuurrssoorr	 _c_u_r_s_o_r_I_d;;

DESCRIPTION
  XXmmSSeettMMeennuuCCuurrssoorr programmatically modifies the	menu cursor for	a client;
  after	the cursor has been created by the client, this	function registers
  the cursor with the menu system.  After calling this function, the speci-
  fied cursor is displayed whenever this client	displays a Motif menu on the
  indicated display.  The client can then specify different cursors on dif-
  ferent displays.

  This function	sets the menu cursor for all screens on	the display.  XXmmSSeett--
  MMeennuuCCuurrssoorr is	obsolete and exists for	compatibility with previous releases.
  Instead of using this	function, provide initial values or call XXttSSeettVVaalluueess
  for the XmScreen resource XXmmNNmmeennuuCCuurrssoorr.

  _d_i_s_p_l_a_ySpecifies the display to which	the cursor is to be associated

  _c_u_r_s_o_r_I_d
	 Specifies the XX cursor	ID

RELATED	INFORMATION
  XXmmSSccrreeeenn((33XX)).



























