Codebase list ruby-fxruby / 40768d70-2f6c-426c-9ba3-c4f02433a71b/main ext / fox16_c / include / FXRbMDIChildVirtuals.h
40768d70-2f6c-426c-9ba3-c4f02433a71b/main

Tree @40768d70-2f6c-426c-9ba3-c4f02433a71b/main (Download .tar.gz)

FXRbMDIChildVirtuals.h @40768d70-2f6c-426c-9ba3-c4f02433a71b/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);