Codebase list ruby-fxruby / run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/main ext / fox16_c / include / FXRbMDIClientVirtuals.h
run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/main

Tree @run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/main (Download .tar.gz)

FXRbMDIClientVirtuals.h @run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/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);