home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Frameworks / TransSkel 3.24 / Source / Dialog Item Stuff / SkelGetDlogCtlRefCon.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-17  |  223 b   |  13 lines  |  [TEXT/CWIE]

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