Codebase list ruby-fxruby / 9d9a764c-8573-45e2-a4b0-a5e74452a7a7/main ext / fox16_c / include / FXRbMDIChildVirtuals.h
9d9a764c-8573-45e2-a4b0-a5e74452a7a7/main

Tree @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/main (Download .tar.gz)

FXRbMDIChildVirtuals.h @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/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);