Codebase list ruby-fxruby / d9c59338-f18b-4fad-8a1a-1ff5da989958/upstream ext / fox16_c / include / FXRbMDIChildVirtuals.h
d9c59338-f18b-4fad-8a1a-1ff5da989958/upstream

Tree @d9c59338-f18b-4fad-8a1a-1ff5da989958/upstream (Download .tar.gz)

FXRbMDIChildVirtuals.h @d9c59338-f18b-4fad-8a1a-1ff5da989958/upstreamraw · 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);