home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / wraps.h < prev   
Encoding:
C/C++ Source or Header  |  1995-09-15  |  742 b   |  19 lines

  1. /* ../sym/CircularSlider.subproj/wraps.h generated from wraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef WRAPS_H
  6. #define WRAPS_H
  7.  
  8. extern void PSDrawBackground(float height, float width, float center_x, float center_y, float radius);
  9.  
  10. extern void PSPieChart(float height, float width, float center_x, float center_y, float radius, float angle);
  11.  
  12. extern void PSPieChartDisabled(float height, float width, float center_x, float center_y, float radius, float angle);
  13.  
  14. extern void PSControlKnob(float height, float width, float center_x, float center_y, float radius, float xpos, float ypos);
  15.  
  16. extern void PSControlKnobDisabled(float height, float width, float center_x, float center_y, float radius);
  17.  
  18. #endif WRAPS_H
  19.