Searched refs:frame (Results 1 - 25 of 26) sorted by relevance

12

/inkscape/src/ui/widget/
H A Drendering-options.h16 #include <gtkmm/frame.h>
H A Dframe.h14 #include <gtkmm/frame.h>
22 * Creates a Gnome HIG style indented frame with bold label
32 * @param label The frame text.
42 * Add a widget to this frame
47 * Set the frame label text and if bold or not
52 * Set the frame padding
H A Ddock-item.h19 #include <gtkmm/frame.h>
H A Dpage-sizer.h25 #include <gtkmm/frame.h>
223 //### Custom size frame
H A Dpreferences-widget.cpp18 #include <gtkmm/frame.h>
/inkscape/src/ui/dialog/
H A Daboutbox.cpp198 Gtk::AspectFrame *frame=new Gtk::AspectFrame(); local
199 frame->unset_label();
200 frame->set_shadow_type(Gtk::SHADOW_NONE);
201 frame->property_ratio() = width / height;
202 frame->add(*manage(Glib::wrap(v)));
204 return frame;
H A Dtemplate-load-tab.h16 #include <gtkmm/frame.h>
H A Dobject-properties.h37 #include "ui/widget/frame.h"
42 #include <gtkmm/frame.h>
95 Gtk::Frame _ft_description; //the frame for the text of the object description
H A Dicon-preview.cpp29 #include <gtkmm/frame.h>
31 #include "ui/widget/frame.h"
190 Gtk::Frame *frame = new Gtk::Frame(); local
191 frame->set_shadow_type(Gtk::SHADOW_ETCHED_IN);
192 frame->add(*images[i]);
193 buttons[i]->set_icon_widget(*Gtk::manage(frame));
H A Dlivepatheffect-editor.h17 #include <gtkmm/frame.h>
19 #include "ui/widget/frame.h"
H A Dtext-edit.h28 #include <gtkmm/frame.h>
33 #include "ui/widget/frame.h"
H A Dalign-and-distribute.h20 #include "ui/widget/frame.h"
22 #include <gtkmm/frame.h>
H A Dextension-editor.cpp21 #include <gtkmm/frame.h>
H A Dclonetiler.cpp811 GtkWidget *frame = gtk_frame_new (_("1. Pick from the drawing:")); local
812 gtk_box_pack_start (GTK_BOX (vvb), frame, FALSE, FALSE, 0); local
823 gtk_container_add(GTK_CONTAINER(frame), table);
895 GtkWidget *frame = gtk_frame_new (_("2. Tweak the picked value:")); local
896 gtk_box_pack_start (GTK_BOX (vvb), frame, FALSE, FALSE, VB_MARGIN); local
908 gtk_container_add(GTK_CONTAINER(frame), table);
944 GtkWidget *frame = gtk_frame_new (_("3. Apply the value to the clones':")); local
945 gtk_box_pack_start (GTK_BOX (vvb), frame, FALSE, FALSE, 0); local
956 gtk_container_add(GTK_CONTAINER(frame), table);
H A Dinkscape-preferences.h31 #include <gtkmm/frame.h>
H A Dtracedialog.cpp20 #include <gtkmm/frame.h>
22 #include "ui/widget/frame.h"
H A Dinput.cpp16 #include "ui/widget/frame.h"
28 #include <gtkmm/frame.h>
/inkscape/src/ui/tools/
H A Dtext-tool.h60 SPCanvasItem *frame; // hiliting the first frame of flowtext; FIXME: make this a list to accommodate arbitrarily many chained shapes member in class:Inkscape::UI::Tools::TextTool
H A Dtext-tool.cpp89 , 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 &#215; %s"), xs->str, ys->str);
658 desktop->messageStack()->flash(Inkscape::ERROR_MESSAGE, _("The frame i
1559 SPItem *frame = SP_FLOWTEXT(tc->text)->get_frame (NULL); // first frame only local
[all...]
/inkscape/src/
H A Dsp-flowtext.cpp571 SPItem *frame = 0; local
588 frame = item;
597 SPUse *use = dynamic_cast<SPUse *>(frame);
599 frame = use->get_original();
602 return frame;
607 SPItem const *frame = get_frame(NULL); local
609 return (frame && isAncestorOf(frame) && dynamic_cast<SPRect const *>(frame));
/inkscape/src/widgets/
H A Dpaint-selector.h88 GtkWidget *frame, *selector; member in struct:SPPaintSelector
H A Dpaint-selector.cpp284 psel->frame = gtk_box_new(GTK_ORIENTATION_VERTICAL, 4);
285 gtk_box_set_homogeneous(GTK_BOX(psel->frame), FALSE);
287 psel->frame = gtk_vbox_new(FALSE, 4);
289 gtk_widget_show(psel->frame);
290 //gtk_container_set_border_width(GTK_CONTAINER(psel->frame), 0);
291 gtk_box_pack_start(GTK_BOX(psel), psel->frame, TRUE, TRUE, 0);
716 /* Pack everything to frame */
717 gtk_container_add(GTK_CONTAINER(psel->frame), vb);
781 /* Pack everything to frame */
782 gtk_container_add(GTK_CONTAINER(psel->frame), gse
[all...]
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp406 SPRect *frame = dynamic_cast<SPRect *>(frame_item); local
407 if (!frame_item || !frame) {
413 Geom::Rect framebox = frame->getRect();
/inkscape/src/extension/
H A Dextension.cpp24 #include <gtkmm/frame.h>
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp38 #include <gtkmm/frame.h>
60 #include "ui/widget/frame.h"

Completed in 91 milliseconds

12