Codebase list ruby-fxruby / debian/1.6.29-0kali2 ext / fox16_c / include / FXRbGLShapeVirtuals.h
debian/1.6.29-0kali2

Tree @debian/1.6.29-0kali2 (Download .tar.gz)

FXRbGLShapeVirtuals.h @debian/1.6.29-0kali2raw · history · blame

1
2
3
4
5
6
7
protected:
  // Overrides the base class version of drawshape()
  virtual void drawshape(FXGLViewer* viewer);

public:
  // This is the publically accessible version
  void _drawshape(FXGLViewer* viewer);