Codebase list ruby-fxruby / 8c92b4fc-47dd-41e6-9b2a-451e389a318c/main ext / fox16_c / include / FXRbTopWindowVirtuals.h
8c92b4fc-47dd-41e6-9b2a-451e389a318c/main

Tree @8c92b4fc-47dd-41e6-9b2a-451e389a318c/main (Download .tar.gz)

FXRbTopWindowVirtuals.h @8c92b4fc-47dd-41e6-9b2a-451e389a318c/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);