Codebase list ruby-fxruby / run/47f8a58d-e989-4a86-99f8-1758819dc7f0/main ext / fox16_c / include / FXRbMDIChildVirtuals.h
run/47f8a58d-e989-4a86-99f8-1758819dc7f0/main

Tree @run/47f8a58d-e989-4a86-99f8-1758819dc7f0/main (Download .tar.gz)

FXRbMDIChildVirtuals.h @run/47f8a58d-e989-4a86-99f8-1758819dc7f0/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);