Lines Matching defs:frame
89 , frame(NULL)
135 this->frame = sp_canvas_item_new(desktop->getControls(), SP_TYPE_CTRLRECT, NULL);
136 SP_CTRLRECT(this->frame)->setRectangle(Geom::Rect(Geom::Point(0, 0), Geom::Point(100, 100)));
137 SP_CTRLRECT(this->frame)->setColor(0x0000ff7f, false, 0);
138 sp_canvas_item_hide(this->frame);
232 if (this->frame) {
233 sp_canvas_item_destroy(this->frame);
234 this->frame = NULL;
586 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Flowed text frame</b>: %s × %s"), xs->str, ys->str);
658 desktop->messageStack()->flash(Inkscape::ERROR_MESSAGE, _("The frame is <b>too small</b> for the current font size. Flowed text not created."));
1559 SPItem *frame = SP_FLOWTEXT(tc->text)->get_frame (NULL); // first frame only
1560 if (frame) {
1562 SP_CTRLRECT(tc->frame)->setColor(0xff0000ff, false, 0);
1564 SP_CTRLRECT(tc->frame)->setColor(0x0000ff7f, false, 0);
1566 sp_canvas_item_show(tc->frame);
1567 Geom::OptRect frame_bbox = frame->desktopVisualBounds();
1569 SP_CTRLRECT(tc->frame)->setRectangle(*frame_bbox);
1580 sp_canvas_item_hide(tc->frame);