Newer
Older
ubixos-old / src / lib / views / sunlight / vButton.cpp
@reddawg reddawg on 15 Apr 2004 217 bytes UbixOS v1.0
#include <vContext.h>
#include <vButton.h>
#include <stdlib.h>

vButton::vButton(vContext * parent) : vContext(parent) { 
  
  return;
} // vButton::vButton

vButton::~vButton(void) {
  return;
} // vButton::~vButton