Codebase list ruby-fxruby / 530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2a ext / fox16_c / include / FXRbMDIChildVirtuals.h
530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2a

Tree @530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXRbMDIChildVirtuals.h @530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream/1.6.45+git20221125.1.7d76b2araw · 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);