Newer
Older
little-o / src / lib / views / sunlight / include / vButton.h
@reddawg reddawg on 11 Oct 2005 228 bytes Removed
#ifndef VBUTTON_H
#define VBUTTON_H

#include "vContext.h"

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