Codebase list ruby-fxruby / 34707052-267b-4cc1-a695-4cf0e5743952/main ext / fox16_c / include / FXRbObjectVirtuals.h
34707052-267b-4cc1-a695-4cf0e5743952/main

Tree @34707052-267b-4cc1-a695-4cf0e5743952/main (Download .tar.gz)

FXRbObjectVirtuals.h @34707052-267b-4cc1-a695-4cf0e5743952/mainraw · history · blame

1
2
3
4
5
6
7
8
9
public:
  // Overrides the base class version of onDefault()
  // virtual long onDefault(FXObject* sender,FXSelector sel,void* ptr);

  // Overrides the base class version of save()
  virtual void save(FXStream& store) const;

  // Overrides the base class version of load()
  virtual void load(FXStream& store);