Codebase list ruby-fxruby / upstream/1.6.42+git20200620.4fad8d6 ext / fox16_c / include / FXRbDockBarVirtuals.h
upstream/1.6.42+git20200620.4fad8d6

Tree @upstream/1.6.42+git20200620.4fad8d6 (Download .tar.gz)

FXRbDockBarVirtuals.h @upstream/1.6.42+git20200620.4fad8d6raw · history · blame

1
2
3
4
5
6
7
8
9
public:
  // Overrides the base class version of dock()
  virtual void dock(FXDockSite* docksite,FXWindow* before=NULL,FXbool notify=FALSE);

  // Overrides the base class version of dock()
  virtual void dock(FXDockSite* docksite,FXint localx,FXint localy,FXbool notify);

  // Overrides the base class version of undock()
  virtual void undock(FXint rootx,FXint rooty,FXbool notify=FALSE);