Codebase list ruby-fxruby / 535a3c46-c07e-41f1-b157-2ba06beb8249/main ext / fox16_c / include / FXRbPopupVirtuals.h
535a3c46-c07e-41f1-b157-2ba06beb8249/main

Tree @535a3c46-c07e-41f1-b157-2ba06beb8249/main (Download .tar.gz)

FXRbPopupVirtuals.h @535a3c46-c07e-41f1-b157-2ba06beb8249/mainraw · history · blame

1
2
3
4
5
6
public:
  // Overrides the base class version of popup()
  virtual void popup(FXWindow* grabto,FXint x,FXint y,FXint w=0,FXint h=0);

  // Overrides the base class version of popdown()
  virtual void popdown();