Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!bloom-beacon!NMSU.EDU!pannaiya
From: pannaiya@NMSU.EDU
Newsgroups: comp.windows.x
Subject: Re:  Widget's access to data
Message-ID: <8908141718.AA10340@NMSU.Edu>
Date: 14 Aug 89 17:18:35 GMT
Sender: daemon@bloom-beacon.MIT.EDU
Organization: The Internet
Lines: 15


	
		Since I'm new to using widgets, I have had trouble working
	with the fact that a callback can only send one piece of client
	data. What are the ways around this. A specific case, although
	general answers would be helpful, is saving a file. If i combine

	john travis
	jstravis@athena.mit.edu
	
Declare an array of type caddr_t and pass the array as the argument to
your callback.  

PK
pannaiya@nmsu.edu