Newer
Older
little-o / src / lib / views / sunlight / include / vButton.h
@reddawg reddawg on 26 Sep 2005 241 bytes no message
#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