Codebase list ruby-fxruby / run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main ext / fox16_c / include / FXRbDockBarVirtuals.h
run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main

Tree @run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main (Download .tar.gz)

FXRbDockBarVirtuals.h @run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/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);