// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace GES {

	using System;
	using System.Runtime.InteropServices;

#region Autogenerated code
	public enum ChildrenControlMode {

		Update = 0,
		IgnoreNotifies = 1,
		UpdateOffsets = 2,
		UpdateAllValues = 3,
		Last = 4,
	}
#endregion
}