public HackEntry(EditSession session, Gtk.Widget child) { this.session = session; box = new EventBox (); box.ButtonPressEvent += new ButtonPressEventHandler (OnClickBox); box.ModifyBg (StateType.Normal, Style.White); box.Add (child); }
public void Initialize(EditSession session) { if (session.Property.PropertyType != typeof(Color)) throw new ApplicationException (Catalog.GetString("Color editor does not support editing values of type ") + session.Property.PropertyType); }
public void Initialize(EditSession session) { }
public void Initialize(EditSession session) { this.property = session.Property; }