Codebase list ruby-fxruby / 8a909198-7fff-4596-a78d-571f487fdb51/upstream/1.6.45+git20221125.1.7d76b2a ext / fox16_c / include / FXRbHeaderItemVirtuals.h
8a909198-7fff-4596-a78d-571f487fdb51/upstream/1.6.45+git20221125.1.7d76b2a

Tree @8a909198-7fff-4596-a78d-571f487fdb51/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXRbHeaderItemVirtuals.h @8a909198-7fff-4596-a78d-571f487fdb51/upstream/1.6.45+git20221125.1.7d76b2araw · 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();