Codebase list ruby-fxruby / ddfc60e ext / fox16_c / include / FXRbMDIChildVirtuals.h
ddfc60e

Tree @ddfc60e (Download .tar.gz)

FXRbMDIChildVirtuals.h @ddfc60eraw · history · blame

public:
  // Overrides the base class version of minimize()
  virtual FXbool minimize(FXbool notify=FALSE);

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

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

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