Searched refs:arrow (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Ddimension.py55 help="x offset of the vertical dimension arrow")
59 help="y offset of the horizontal dimension arrow")
77 arrow = inkex.etree.Element("path")
78 arrow.set('d', 'M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z ')
80 arrow.set('transform', 'scale(0.8) rotate(180) translate(12.5,0)')
82 arrow.set('transform', 'scale(0.8) translate(12.5,0)')
83 arrow.set('style', 'fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none')
84 marker.append(arrow)
H A Dgcodetools.py217 "area artefact arrow": simplestyle.formatStyle({ 'stroke': '#ff0000', 'fill': '#ffff00', 'stroke-width':'1' }),
1543 elif figure == "arrow" :
3597 self.OptionParser.add_option("", "--area-find-artefacts-action", action="store", type="string", dest="area_find_artefacts_action", default="mark with an arrow", help="Artefacts action type")
4328 if node.get('gcodetools') == "Gcodetools orientation point arrow":
4340 if node.get('gcodetools') == "Gcodetools graffiti reference point arrow":
4717 if self.options.area_find_artefacts_action == "mark with an arrow" :
4718 arrow = cubicsuperpath.parsePath( 'm %s,%s 2.9375,-6.343750000001 0.8125,1.90625 6.843748640396,-6.84374864039 0,0 0.6875,0.6875 -6.84375,6.84375 1.90625,0.812500000001 z' % (subpath[0][1][0],subpath[0][1][1]) )
4719 arrow = self.apply_transforms(path,arrow,True)
4722 'd': cubicsuperpath.formatPath(arrow),
[all...]
/inkscape/src/libgdl/
H A Dgdl-switcher.c73 GtkWidget *arrow; member in struct:__anon85
131 GtkWidget *arrow, GtkWidget *hbox, int id, GtkWidget *page)
138 button->arrow = arrow;
151 g_object_ref (arrow);
202 gtk_widget_set_sensitive (button->arrow, TRUE);
206 gtk_widget_set_sensitive (button->arrow, FALSE);
237 gtk_widget_set_sensitive (button->arrow, FALSE);
241 gtk_widget_set_sensitive (button->arrow, TRUE);
797 GtkWidget *arrow; local
130 button_new(GtkWidget *button_widget, GtkWidget *label, GtkWidget *icon, GtkWidget *arrow, GtkWidget *hbox, int id, GtkWidget *page) argument
851 gtk_box_pack_start (GTK_BOX (hbox), arrow, FALSE, FALSE, 0); local
[all...]
/inkscape/src/ui/widget/
H A Dpanel.h21 #include <gtkmm/arrow.h>
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1457 Geom::Path arrow(at);
1458 arrow.appendNew<Geom::LineSegment>(arrow_end);
1459 arrows.push_back(arrow);

Completed in 37 milliseconds