Newer
Older
little-o / src / lib / objgfx40 / vWidget.cpp
@reddawg reddawg on 11 Oct 2005 160 bytes Removed
#include <objgfx40/vWidget.h>

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