Searched defs:new_val (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dinput.cpp408 virtual void notify(Preferences::Entry const &new_val);
1352 void InputDialogImpl::ConfPanel::Blink::notify(Preferences::Entry const &new_val) argument
1354 parent.useExt.set_active(new_val.getBool());
/inkscape/src/widgets/
H A Ddesktop-widget.cpp122 static gint sp_dtw_zoom_input (GtkSpinButton *spin, gdouble *new_val, gpointer data);
1913 sp_dtw_zoom_input (GtkSpinButton *spin, gdouble *new_val, gpointer /*data*/) argument
1920 *new_val = new_scrolled;
1922 *new_val = sp_dtw_zoom_display_to_value (new_typed);

Completed in 26 milliseconds