Codebase list ruby-fxruby / 6a3bc375-f65d-4a5f-9572-148c411aee7b/main ext / fox16_c / include / FXRbObjectVirtuals.h
6a3bc375-f65d-4a5f-9572-148c411aee7b/main

Tree @6a3bc375-f65d-4a5f-9572-148c411aee7b/main (Download .tar.gz)

FXRbObjectVirtuals.h @6a3bc375-f65d-4a5f-9572-148c411aee7b/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);