Example #1
0
 void HandleConfigureEvent(object o, Gtk.ConfigureEventArgs args)
 {
     controller.HandleEvent(args.Event);
 }
Example #2
0
 void HandleDrawingArea1ButtonPressEvent(object o, Gtk.ButtonPressEventArgs args)
 {
     canvas.GrabFocus();
     controller.HandleEvent(args.Event);
 }