Newer
Older
ubixos-old / src / lib / views / sunlight / include / vButton.h
@reddawg reddawg on 15 Apr 2004 181 bytes UbixOS v1.0
#ifndef VBUTTON_H
#define VBUTTON_H

#include "vContext.h"

class vButton : public vContext {
 protected:
 public:
  vButton(vContext *);
  virtual ~vButton();
}; // vButton
#endif