Codebase list ruby-fxruby / fbbff1c3-130c-43cd-b106-ddca72c90f08/upstream ext / fox16_c / include / FXRbGLShapeVirtuals.h
fbbff1c3-130c-43cd-b106-ddca72c90f08/upstream

Tree @fbbff1c3-130c-43cd-b106-ddca72c90f08/upstream (Download .tar.gz)

FXRbGLShapeVirtuals.h @fbbff1c3-130c-43cd-b106-ddca72c90f08/upstreamraw · 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);