protected override bool OnLeaveNotifyEvent(Gdk.EventCrossing evnt)
 {
     Rc.ReparseAll();
     return(base.OnLeaveNotifyEvent(evnt));
 }