//Copyright  1993-1996 by Apple Computer, Inc.  All rights reserved
//listPicker defs


//used to define the pickerDef at compile time.  May include all of the slots for the pickerDef.
//In the mylistPicker.pickerDef proto to this DataDef.  

DefConst('kMyBasicSoupDataDef,{
	 _proto: protoNameRefDataDef,		// Required
	 validationFrame: nil,				// used if editing will be supported
	 name:  "Random Data ",				// name at top left of picker if foldersTabs are present
	});
	

//************