Lines Matching defs:setValuePx
1549 setValuePx(x1_adj, x1);
1552 setValuePx(x0_adj, x0);
1556 setValuePx(width_adj, x1 - x0);
1594 setValuePx(y1_adj, y1);
1597 setValuePx(y0_adj, y0);
1601 setValuePx(height_adj, y1 - y0);
1629 setValuePx(width_adj, width);
1632 setValuePx(x1_adj, x0 + width);
1658 setValuePx(height_adj, height);
1661 setValuePx(y1_adj, y0 + height);
1860 setValuePx(x1_adj, x1);
1861 setValuePx(y1_adj, y1);
1862 setValuePx(x0_adj, x0);
1863 setValuePx(y0_adj, y0);
1901 void Export::setValuePx(Glib::RefPtr<Gtk::Adjustment>& adj, double val)
1903 void Export::setValuePx( Gtk::Adjustment *adj, double val)