Codebase list ruby-fxruby / cb63f682-3105-405b-b98d-adc5549605be/main ext / fox16_c / include / FXRbTopWindowVirtuals.h
cb63f682-3105-405b-b98d-adc5549605be/main

Tree @cb63f682-3105-405b-b98d-adc5549605be/main (Download .tar.gz)

FXRbTopWindowVirtuals.h @cb63f682-3105-405b-b98d-adc5549605be/mainraw · history · blame

public:
  // Overrides the base class version of show() with placement
  virtual void show(FXuint placement);

  // Overrides the base class version of maximize()
  virtual FXbool maximize(FXbool notify=FALSE);

  // Overrides the base class version of minimize()
  virtual FXbool minimize(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);