----- file created by xop_makedoc on: Mon Mar 31 12:31:09 2003
----- Documentation for /scisoft/XRayOptics/xop2.1/src_idl/util/xop_macro.pro -----


	NAME:
		XOP_MACRO
	PURPOSE:
		Edits and runs an XOP macro
 	CATEGORY:
		Widgets. 
	CALLING SEQUENCE:
		XOP_MACRO [,inCode]
	INPUTS: 
		inCode: an array of strings with the code to be processed.
	KEYWORD_PARAMETERS:
		GROUP:	The widget ID of the group leader of the widget.  
			If this keyword is specified, the death of the group 
			leader results in the death of XOP_MACRO.
		No_Block: If this keyword is set, then it is passed to 
			XManager. 
		File: name of the file with the code to be loaded (if
			this keyword is set, the inCode variable is not 
			considered).
		Title: the window title (Default: XOP_MACRO)		

	OUTPUTS:
		Open the widget utility.
	COMMON BLOCKS:
		None
	SIDE EFFECTS:
		If not active, starts Xmanager
	RESTRICTIONS:
		Unknown.
	PROCEDURE
		Uses xop_macro_compact. See its doc.
	MODIFICATION HISTORY:
		Written by  Manuel Sanchez del Rio. ESRF. 22 May 2000


