Lines Matching defs:anchor
66 ControlPoint::ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
79 "anchor", (SPAnchorType) anchor, "size", (gdouble) pixbuf->get_width(),
88 ControlPoint::ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
101 "anchor", anchor,
181 g_object_get(_canvas_item, "anchor", &ret, NULL);
204 void ControlPoint::_setAnchor(SPAnchorType anchor)
206 g_object_set(_canvas_item, "anchor", anchor, NULL);