Newer
Older
ubix2 / src / lib / objgfx40 / vWidget.cpp
@reddawg reddawg on 1 Jun 2006 160 bytes ubix2
#include <objgfx40/vWidget.h>

bool 
vWidget::vSetActive(bool _active) {
  bool result = active;
  active = _active;
  return result;
} // vWidget::vSetActive