


XmCreateFileSelectionBox(3X)			 XmCreateFileSelectionBox(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmCCrreeaatteeFFiilleeSSeelleeccttiioonnBBooxx - The FileSelectionBox widget creation function

SYNOPSIS


  ##iinncclluuddee <<XXmm//FFiilleeSSBB..hh>>
  WWiiddggeett XXmmCCrreeaatteeFFiilleeSSeelleeccttiioonnBBooxx ((_p_a_r_e_n_t, _n_a_m_e, _a_r_g_l_i_s_t, _a_r_g_c_o_u_n_t))
       WWiiddggeett	 _p_a_r_e_n_t;;
       SSttrriinngg	 _n_a_m_e;;
       AArrggLLiisstt	 _a_r_g_l_i_s_t;;
       CCaarrddiinnaall	 _a_r_g_c_o_u_n_t;;

DESCRIPTION
  XXmmCCrreeaatteeFFiilleeSSeelleeccttiioonnBBooxx creates an unmanaged	FileSelectionBox.  A
  FileSelectionBox is used to select a file and	includes the following:

    oo++  An editable text	field for the directory	mask

    oo++  A scrolling list	of file	names

    oo++  An editable text	field for the selected file

    oo++  Labels for the list and text fields

    oo++  Four buttons

  The default button labels are	OOKK, FFiilltteerr, CCaanncceell, and	HHeellpp. Additional work
  area children	may be added to	the FileSelectionBox after creation.
  FileSelectionBox inherits the	layout functionality provided by SelectionBox
  for any additional work area children.

  If the parent	of the FileSelectionBox	is a DialogShell, use XXttMMaannaaggeeCChhiilldd
  to pop up the	FileSelectionDialog (passing the FileSelectionBox as the
  widget parameter); use XXttUUnnmmaannaaggeeCChhiilldd to pop	it down.

  _p_a_r_e_n_t Specifies the parent widget ID

  _n_a_m_e	 Specifies the name of the created widget

  _a_r_g_l_i_s_tSpecifies the argument	list

  _a_r_g_c_o_u_n_t
	 Specifies the number of attribute/value pairs in the argument list
	 (_a_r_g_l_i_s_t)

  For a	complete definition of FileSelectionBox	and its	associated resources,
  see XXmmFFiilleeSSeelleeccttiioonnBBooxx((33XX)).




RETURN VALUE
  Returns the FileSelectionBox widget ID.




RELATED	INFORMATION
  XXmmFFiilleeSSeelleeccttiioonnBBooxx((33XX)).
































































