Codebase list ruby-fxruby / run/8a909198-7fff-4596-a78d-571f487fdb51/main ext / fox16_c / include / FXRbDockBarVirtuals.h
run/8a909198-7fff-4596-a78d-571f487fdb51/main

Tree @run/8a909198-7fff-4596-a78d-571f487fdb51/main (Download .tar.gz)

FXRbDockBarVirtuals.h @run/8a909198-7fff-4596-a78d-571f487fdb51/mainraw · 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);