Codebase list ruby-fxruby / 535a3c46-c07e-41f1-b157-2ba06beb8249/main ext / fox16_c / include / FXRbMDIChildVirtuals.h
535a3c46-c07e-41f1-b157-2ba06beb8249/main

Tree @535a3c46-c07e-41f1-b157-2ba06beb8249/main (Download .tar.gz)

FXRbMDIChildVirtuals.h @535a3c46-c07e-41f1-b157-2ba06beb8249/mainraw · 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);