public TaggerDataConf(byte val, TaggerConfig config) { this.Build(); this.val = val; this.config = config; foregroundColorButton.Sensitive = foregroundCheckButton.Active; backgroundColorButton.Sensitive = backgroundCheckButton.Active; backgroundColorButton.Color = new Gdk.Color(0xff, 0xff, 0xff); }
public TaggerConf(TaggerConfig config) { this.Build(); this.config = config; tgdc = new TaggerDataConf[0]; backgroundCButton.Color = new Gdk.Color(0xff, 0xff, 0xff); tgdc = new TaggerDataConf[0]; frame2.Sensitive = dataCheckButton.Active; SetGuiFromConfig(); config.dataChanged += SetGuiFromConfig; }
public Tagger(string id) { config = new TaggerConfig(id); }