Codebase list ruby-fxruby / 185c6353-8403-4dbd-baa7-7e670109d323/main ext / fox16_c / include / FXRbHeaderItemVirtuals.h
185c6353-8403-4dbd-baa7-7e670109d323/main

Tree @185c6353-8403-4dbd-baa7-7e670109d323/main (Download .tar.gz)

FXRbHeaderItemVirtuals.h @185c6353-8403-4dbd-baa7-7e670109d323/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();