Codebase list ruby-fxruby / 2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/main ext / fox16_c / include / FXRbGLViewerVirtuals.h
2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/main

Tree @2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/main (Download .tar.gz)

FXRbGLViewerVirtuals.h @2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/mainraw · history · blame

1
2
3
4
5
6
7
8
9
public:
  // Overrides the base class version of select()
  virtual FXGLObject** select(FXint x,FXint y,FXint w,FXint h);

  // Overrides the base class version of pick()
  virtual FXGLObject* pick(FXint x,FXint y);

  // Overrides the base class version of setBounds()
  virtual FXbool setBounds(const FXRangef& box);