Lines Matching refs:weight
32 apply_no_weight(_("Apply changes if weight = 0%"), _("Apply changes if weight = 0%"), "apply_no_weight", &wr, this, true),
33 apply_with_weight(_("Apply changes if weight > 0%"), _("Apply changes if weight > 0%"), "apply_with_weight", &wr, this, true),
35 weight(_("Change weight %:"), _("Change weight percent of the effect"), "weight", &wr, this, DEFAULT_START_POWER * 100)
37 registerParameter(&weight);
44 weight.param_set_range(NO_POWER, 100.0);
45 weight.param_set_increments(0.1, 0.1);
46 weight.param_set_digits(4);
47 weight.param_overwrite_widget(true);
96 if (param->param_key == "weight") {
99 Gtk::manage(new Gtk::Button(Glib::ustring(_("Default weight"))));
110 if (param->param_key == "weight" || param->param_key == "steps") {
148 DocumentUndo::done(getSPDoc(), SP_VERB_DIALOG_LIVE_PATH_EFFECT, _("Change to default weight"));
154 DocumentUndo::done(getSPDoc(), SP_VERB_DIALOG_LIVE_PATH_EFFECT, _("Change to 0 weight"));
159 changeWeight(weight);