Codebase list ruby-fxruby / 7a8991ee-17c2-4a1b-bf36-6ad5f8e3a999/main ext / fox16_c / include / FXRbMDIChildVirtuals.h
7a8991ee-17c2-4a1b-bf36-6ad5f8e3a999/main

Tree @7a8991ee-17c2-4a1b-bf36-6ad5f8e3a999/main (Download .tar.gz)

FXRbMDIChildVirtuals.h @7a8991ee-17c2-4a1b-bf36-6ad5f8e3a999/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);