Codebase list ruby-fxruby / 993d33c7-2f2f-456c-a865-958776fb35f9/main ext / fox16_c / include / FXRbHeaderItemVirtuals.h
993d33c7-2f2f-456c-a865-958776fb35f9/main

Tree @993d33c7-2f2f-456c-a865-958776fb35f9/main (Download .tar.gz)

FXRbHeaderItemVirtuals.h @993d33c7-2f2f-456c-a865-958776fb35f9/mainraw · history · blame

public:
  // Overrides the base class version of setText()
  virtual void setText(const FXString& text);

  // Overrides the base class version of setIcon()
  virtual void setIcon(FXIcon* icn);

  // Overrides the base class version of getWidth()
  virtual FXint getWidth(const FXHeader* header) const;

  // Overrides the base class version of getHeight()
  virtual FXint getHeight(const FXHeader* header) const;

  // Overrides the base class version of create()
  virtual void create();

  // Overrides the base class version of detach()
  virtual void detach();

  // Overrides the base class version of destroy()
  virtual void destroy();