Example #1
0
 public override void SetDim(int x, int y, int w, int h)
 {
     base.SetDim(x, y, w, h);
     Widget.SetDim(x, y, w, h);
 }