private void SetColumnAttributes(TreeViewColumn column, WindowContext context)
 {
     Type t = column.GetType();
     t.FindMembers(
         MemberTypes.Property | MemberTypes.Event,
         BindingFlags.Public | BindingFlags.Instance,
         SetGtkPropertyValue, new object[] { column, context });
 }