setThisWidget function

void setThisWidget(
  1. int num
)

Implementation

void setThisWidget(int num){
  numberToShow.value = num;
}