home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / TransSkel 3.18 / Source / Dialog Item Stuff / SkelSetDlogCtlRefCon.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-20  |  224 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Set reference constant of control associated with a dialog item.
  3.  */
  4.  
  5. # include    "TransSkel.h"
  6.  
  7.  
  8. pascal void
  9. SkelSetDlogCtlRefCon (DialogPtr d, short item, long value)
  10. {
  11.     SetCRefCon (SkelGetDlogCtl (d, item), value);
  12. }
  13.