Codebase list ruby-fxruby / run/58ea0207-4aab-45e9-bc04-849c8b3df19d/upstream ext / fox16_c / include / FXRbMDIChildVirtuals.h
run/58ea0207-4aab-45e9-bc04-849c8b3df19d/upstream

Tree @run/58ea0207-4aab-45e9-bc04-849c8b3df19d/upstream (Download .tar.gz)

FXRbMDIChildVirtuals.h @run/58ea0207-4aab-45e9-bc04-849c8b3df19d/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);