Exemplo n.º 1
0
 public ListWidget(ListWindow <T> win)
 {
     this.win = win;
 }
Exemplo n.º 2
0
 public ListWidget(ListWindow <T> win)
 {
     this.win    = win;
     this.Events = EventMask.ButtonPressMask | EventMask.ButtonReleaseMask | EventMask.PointerMotionMask;
 }