Codebase list ruby-fxruby / aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/upstream ext / fox16_c / include / FXRbGLShapeVirtuals.h
aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/upstream

Tree @aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/upstream (Download .tar.gz)

FXRbGLShapeVirtuals.h @aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/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);