Lines Matching refs:grids
137 //Options for snapping to grids
139 _("Snapping distance, in screen pixels, for snapping to grid"), _("Always snap to grids, regardless of the distance"),
401 label_gr->set_markup (_("<b>Snap to grids</b>"));
1378 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it = nv->grids.begin(); it != nv->grids.end(); ++it) {
1416 _grids_label_def.set_markup(_("<b>Defined grids</b>"));
1441 * Update dialog widgets from desktop. Also call updateWidget routines of the grids.
1505 //-----------------------------------------------------------grids page
1653 if( pagenum < (gint)nv->grids.size())
1654 found_grid = nv->grids[pagenum];