Codebase list ruby-fxruby / run/58ea0207-4aab-45e9-bc04-849c8b3df19d/main ext / fox16_c / include / FXRbGLShapeVirtuals.h
run/58ea0207-4aab-45e9-bc04-849c8b3df19d/main

Tree @run/58ea0207-4aab-45e9-bc04-849c8b3df19d/main (Download .tar.gz)

FXRbGLShapeVirtuals.h @run/58ea0207-4aab-45e9-bc04-849c8b3df19d/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);