Codebase list ruby-fxruby / 530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2a ext / fox16_c / include / FXRbGLShapeVirtuals.h
530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2a

Tree @530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXRbGLShapeVirtuals.h @530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2araw · 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);