Codebase list ruby-fxruby / upstream/1.6.43 ext / fox16_c / include / FXRbScrollAreaVirtuals.h
upstream/1.6.43

Tree @upstream/1.6.43 (Download .tar.gz)

FXRbScrollAreaVirtuals.h @upstream/1.6.43raw · history · blame

public:
  // Overrides the base class version of getContentWidth()
  virtual FXint getContentWidth();

  // Overrides the base class version of getContentHeight()
  virtual FXint getContentHeight();

  // Overrides the base class version of getViewportWidth()
  virtual FXint getViewportWidth();

  // Overrides the base class version of getViewportHeight()
  virtual FXint getViewportHeight();