


DXmFormSpaceButtonsEqually(3X)		       DXmFormSpaceButtonsEqually(3X)



NAME
  DDXXmmFFoorrmmSSppaacceeBBuuttttoonnssEEqquuaallllyy - Sets push buttons in a form widget to be
  equally spaced and sized.

SYNOPSIS

  vvooiidd DDXXmmFFoorrmmSSppaacceeBBuuttttoonnssEEqquuaallllyy ((_p_a_r_e_n_t,, _w_i_d_g_e_t__l_i_s_t,,	_n_u_m__w_i_d_g_e_t_s))
	WWiiddggeett	  _p_a_r_e_n_t;;
	WWiiddggeett	  **_w_i_d_g_e_t__l_i_s_t;;
	CCaarrddiinnaall  _n_u_m__w_i_d_g_e_t_s;;

PARAMETERS

  _p_a_r_e_n_t
      The identifier (widget ID) of the	form widget containing the buttons.

  _w_i_d_g_e_t__l_i_s_t
      Array of widget IDs of the push buttons to be changed.

      Note that	you must list the widget IDs in	the same order as they are
      displayed	in the dialog box and that you should not specify left or
      right attachments	for the	push buttons.

  _n_u_m__w_i_d_g_e_t_s
      The number of widgets in the widget_list.

DESCRIPTION

  The DDXXmmFFoorrmmSSppaacceeBBuuttttoonnssEEqquuaallllyy routine enables you to	set the	push buttons
  in a form widget to be equally spaced	and sized.  Your application must
  call this routine after the dialog box is managed.




























