Codebase list ruby-fxruby / 5331381d-9185-43cf-b190-1ffdf2dd5a16/main ext / fox16_c / include / FXRbMDIChildVirtuals.h
5331381d-9185-43cf-b190-1ffdf2dd5a16/main

Tree @5331381d-9185-43cf-b190-1ffdf2dd5a16/main (Download .tar.gz)

FXRbMDIChildVirtuals.h @5331381d-9185-43cf-b190-1ffdf2dd5a16/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);