Codebase list ruby-fxruby / be7380ff-f6fb-45a6-86c3-8c455888b2ef/main ext / fox16_c / include / FXRbGLShapeVirtuals.h
be7380ff-f6fb-45a6-86c3-8c455888b2ef/main

Tree @be7380ff-f6fb-45a6-86c3-8c455888b2ef/main (Download .tar.gz)

FXRbGLShapeVirtuals.h @be7380ff-f6fb-45a6-86c3-8c455888b2ef/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);