Codebase list ruby-fxruby / run/42285a56-c0e4-43cb-8673-97d97da4ddc4/main ext / fox16_c / include / FXRbTopWindowVirtuals.h
run/42285a56-c0e4-43cb-8673-97d97da4ddc4/main

Tree @run/42285a56-c0e4-43cb-8673-97d97da4ddc4/main (Download .tar.gz)

FXRbTopWindowVirtuals.h @run/42285a56-c0e4-43cb-8673-97d97da4ddc4/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);