Codebase list ruby-fxruby / 02c14550-2050-494d-bc12-813e7e8e09b7/upstream ext / fox16_c / include / FXRbPopupVirtuals.h
02c14550-2050-494d-bc12-813e7e8e09b7/upstream

Tree @02c14550-2050-494d-bc12-813e7e8e09b7/upstream (Download .tar.gz)

FXRbPopupVirtuals.h @02c14550-2050-494d-bc12-813e7e8e09b7/upstreamraw · 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();