Codebase list ruby-fxruby / 67480480-e2c2-46e3-bc0e-08ff055c738a/main ext / fox16_c / include / FXRbDockBarVirtuals.h
67480480-e2c2-46e3-bc0e-08ff055c738a/main

Tree @67480480-e2c2-46e3-bc0e-08ff055c738a/main (Download .tar.gz)

FXRbDockBarVirtuals.h @67480480-e2c2-46e3-bc0e-08ff055c738a/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);