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

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