Newer
Older
UbixOS / lib / objgfx40 / vWidget.cpp
#include <objgfx40/vWidget.h>

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