Codebase list ruby-fxruby / 0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main ext / fox16_c / include / FXRbPopupVirtuals.h
0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main

Tree @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main (Download .tar.gz)

FXRbPopupVirtuals.h @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/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();