Newer
Older
ubix2 / src / lib / views / sunlight / include / vButton.h
@reddawg reddawg on 1 Jun 2006 228 bytes ubix2
#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