Codebase list ruby-fxruby / e8e49954-00b3-4b1b-807c-1cea6052cec7/main ext / fox16_c / include / FXRbMDIChildVirtuals.h
e8e49954-00b3-4b1b-807c-1cea6052cec7/main

Tree @e8e49954-00b3-4b1b-807c-1cea6052cec7/main (Download .tar.gz)

FXRbMDIChildVirtuals.h @e8e49954-00b3-4b1b-807c-1cea6052cec7/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);