Codebase list ruby-fxruby / 6a3bc375-f65d-4a5f-9572-148c411aee7b/upstream ext / fox16_c / include / FXRbMDIChildVirtuals.h
6a3bc375-f65d-4a5f-9572-148c411aee7b/upstream

Tree @6a3bc375-f65d-4a5f-9572-148c411aee7b/upstream (Download .tar.gz)

FXRbMDIChildVirtuals.h @6a3bc375-f65d-4a5f-9572-148c411aee7b/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);