Codebase list ruby-fxruby / 4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a ext / fox16_c / include / FXRbPopupVirtuals.h
4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a

Tree @4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXRbPopupVirtuals.h @4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2araw · 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();