Codebase list ruby-fxruby / 8aa7e715-abd0-4131-934e-b2e8e82473f6/main ext / fox16_c / include / FXRbMDIClientVirtuals.h
8aa7e715-abd0-4131-934e-b2e8e82473f6/main

Tree @8aa7e715-abd0-4131-934e-b2e8e82473f6/main (Download .tar.gz)

FXRbMDIClientVirtuals.h @8aa7e715-abd0-4131-934e-b2e8e82473f6/mainraw · 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);