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

  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 (GetCtlValue (SkelGetDlogCtl (d, item)));
  12. }
  13.