Codebase list ruby-fxruby / 7de4f4dd-d47c-40ec-9420-f566611aaf23/main ext / fox16_c / include / FXRbGLShapeVirtuals.h
7de4f4dd-d47c-40ec-9420-f566611aaf23/main

Tree @7de4f4dd-d47c-40ec-9420-f566611aaf23/main (Download .tar.gz)

FXRbGLShapeVirtuals.h @7de4f4dd-d47c-40ec-9420-f566611aaf23/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);