Codebase list ruby-fxruby / run/8a909198-7fff-4596-a78d-571f487fdb51/main ext / fox16_c / include / FXRbGLShapeVirtuals.h
run/8a909198-7fff-4596-a78d-571f487fdb51/main

Tree @run/8a909198-7fff-4596-a78d-571f487fdb51/main (Download .tar.gz)

FXRbGLShapeVirtuals.h @run/8a909198-7fff-4596-a78d-571f487fdb51/mainraw · 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);