Ejemplo n.º 1
0
        private void AddAdjustment(BaseEffect adjustment, Gtk.Action action)
        {
            var button = new CommandMapButton("Adjustments", action);

            AdjustmentsCommandMapBox.Add(button);
            adjustment_command_map_buttons.Add(adjustment, button);
        }
Ejemplo n.º 2
0
        private void RemoveAdjustment(BaseEffect adjustment)
        {
            var button = adjustment_command_map_buttons[adjustment];

            AdjustmentsCommandMapBox.Remove(button);
        }