Newer
Older
UbixOS / src / lib / objgfx40 / vWidget.cpp
@Charlie Root Charlie Root on 31 Dec 2017 160 bytes Sync
#include <objgfx40/vWidget.h>

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