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

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

FXRbMDIClientVirtuals.h @run/8a909198-7fff-4596-a78d-571f487fdb51/upstreamraw · history · blame

public:
  // Overrides the base class version of setActiveChild()
  virtual FXbool setActiveChild(FXMDIChild* child=NULL,FXbool notify=FALSE);

  // Overrides the base class version of cascade()
  virtual void cascade(FXbool notify=FALSE);

  // Overrides the base class version of horizontal()
  virtual void horizontal(FXbool notify=FALSE);

  // Overrides the base class version of vertical()
  virtual void vertical(FXbool notify=FALSE);