Searched refs:a_y (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dselect-toolbar.cpp185 GtkAdjustment* a_y = GTK_ADJUSTMENT( g_object_get_data( tbl, "Y" ) ); local
191 y0 = Quantity::convert(gtk_adjustment_get_value(a_y), unit, "px");
199 double const y0_propn = gtk_adjustment_get_value (a_y) / 100 / unit->factor;

Completed in 13 milliseconds