public LinearPresetEditor(LinearPreset preset) { this.Build(); this.mPreset = preset; this.SyncStore(); this.EffectList.AppendColumn("Effect", new CellRendererText(), new TreeCellDataFunc(EffectFunc)); this.EffectList.Model = this.mEffectStore; this.EffectList.Selection.Changed += this.OnSelectionChanged; this.KeybindKeyEntry = new KeyEntry(); this.KeyEntryAlign.Add(this.KeybindKeyEntry); this.KeybindKeyEntry.Show(); }