glui.h
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. /*
  2.   glui.h
  3.   Nate Robins, 1997.
  4.   OpenGL based user interface.
  5.  */
  6. int
  7. gluiHorizontalSlider(int parent, int x, int y, int width, int height,
  8.      float percent, void (*update)(float));
  9. int
  10. gluiVerticalSlider(int parent, int x, int y, int width, int height,
  11.    float percent, void (*update)(float));
  12. void
  13. gluiReshape(int width, int height);