/inkscape/src/libgdl/ |
H A D | gdl-dock-paned.h | 58 GtkWidget *gdl_dock_paned_new (GtkOrientation orientation);
|
H A D | gdl-dock-paned.c | 71 GtkOrientation orientation); 190 GtkOrientation orientation) 200 if (orientation == GTK_ORIENTATION_HORIZONTAL) 232 item->orientation); 233 /* otherwise, the orientation was set as a construction 320 pos = item->orientation == GTK_ORIENTATION_HORIZONTAL ? 323 pos = item->orientation == GTK_ORIENTATION_HORIZONTAL ? 482 if (item->orientation == GTK_ORIENTATION_HORIZONTAL) { 561 switch (GDL_DOCK_ITEM (object)->orientation) { 598 GtkOrientation orientation) 189 gdl_dock_paned_create_child(GdlDockPaned *paned, GtkOrientation orientation) argument 597 gdl_dock_paned_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument 612 gdl_dock_paned_create_child (GDL_DOCK_PANED (item), orientation); local 668 gdl_dock_paned_new(GtkOrientation orientation) argument [all...] |
H A D | gdl-dock-item.h | 108 GtkOrientation orientation; member in struct:_GdlDockItem 133 GtkOrientation orientation); 187 GtkOrientation orientation);
|
H A D | gdl-dock-bar.h | 67 GtkOrientation orientation);
|
H A D | gdl-dock-bar.c | 66 GtkOrientation orientation; member in struct:_GdlDockBarPrivate 130 dockbar->_priv->orientation = GTK_ORIENTATION_VERTICAL; 289 if (dockbar->_priv->orientation == GTK_ORIENTATION_HORIZONTAL) 300 if (dockbar->_priv->orientation == GTK_ORIENTATION_VERTICAL) 431 switch (dockbar->_priv->orientation) { 450 switch (dockbar->_priv->orientation) { 1025 return dockbar->_priv->orientation; 1029 GtkOrientation orientation) 1033 dockbar->_priv->orientation = orientation; 1028 gdl_dock_bar_set_orientation(GdlDockBar *dockbar, GtkOrientation orientation) argument [all...] |
H A D | gdl-dock-notebook.c | 66 GtkOrientation orientation); 434 GtkOrientation orientation) 437 if (orientation == GTK_ORIENTATION_HORIZONTAL) 443 GDL_DOCK_ITEM_CLASS (gdl_dock_notebook_parent_class)->set_orientation (item, orientation); 433 gdl_dock_notebook_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument
|
H A D | gdl-dock-item.c | 139 GtkOrientation orientation); 287 * GdlDockItem:orientation: 289 * The orientation of the docking item. If the orientation is set to 292 * orientation is set to #GTK_ORIENTATION_HORIZONTAL, the grip 298 g_param_spec_enum ("orientation", _("Orientation"), 483 item->orientation = GTK_ORIENTATION_VERTICAL; 652 g_value_set_enum (value, item->orientation); 835 if (item->orientation == GTK_ORIENTATION_HORIZONTAL) { 917 if (item->orientation 1789 gdl_dock_item_real_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument 1940 gdl_dock_item_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument [all...] |
H A D | gdl-dock.c | 1144 GtkOrientation orientation; local 1152 g_object_get (dock_item, "orientation", &orientation, NULL); 1153 if ((orientation == GTK_ORIENTATION_HORIZONTAL && 1155 (orientation == GTK_ORIENTATION_VERTICAL && 1162 } else if ((orientation == GTK_ORIENTATION_HORIZONTAL && 1164 (orientation == GTK_ORIENTATION_VERTICAL &&
|
/inkscape/src/ui/widget/ |
H A D | dock.cpp | 50 Dock::Dock(Gtk::Orientation orientation) argument 61 static_cast<GtkOrientation>(orientation)); 64 static_cast<GtkOrientation>(orientation)); 68 switch(orientation) { 76 _paned = Gtk::manage(new Gtk::Paned(orientation)); 78 switch (orientation) {
|
H A D | dock.h | 37 Dock(Gtk::Orientation orientation=Gtk::ORIENTATION_VERTICAL);
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.h | 79 Geom::Dim2 orientation, float kBegin, float kEnd); 83 guint col, Geom::Dim2 orientation, bool distribute); 105 guint row, guint col, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute); 108 guint row, guint col, Gtk::Table &table, Geom::Dim2 orientation, bool distribute); 152 BBoxSort(SPItem *pItem, Geom::Rect const &bounds, Geom::Dim2 orientation, double kBegin, double kEnd);
|
H A D | align-and-distribute.cpp | 249 BBoxSort::BBoxSort(SPItem *pItem, Geom::Rect const &bounds, Geom::Dim2 orientation, double kBegin, double kEnd) : argument 253 anchor = kBegin * bbox.min()[orientation] + kEnd * bbox.max()[orientation]; 275 Geom::Dim2 orientation, 282 _orientation(orientation), 402 Geom::Dim2 orientation, bool distribute): 405 _orientation(orientation), 746 Baselines(SPItem *item, Geom::Point base, Geom::Dim2 orientation) : argument 749 _orientation (orientation) 770 Geom::Dim2 orientation, boo 270 ActionDistribute(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, bool onInterSpace, Geom::Dim2 orientation, double kBegin, double kEnd ) argument 398 ActionNode(const Glib::ustring &id, const Glib::ustring &tiptext, guint column, AlignAndDistribute &dialog, Geom::Dim2 orientation, bool distribute) argument 760 ActionBaseline(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument 1234 addDistributeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, bool onInterSpace, Geom::Dim2 orientation, float kBegin, float kEnd) argument 1247 addNodeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint col, Geom::Dim2 orientation, bool distribute) argument 1320 addBaselineButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument [all...] |
/inkscape/src/ |
H A D | sp-glyph.cpp | 27 , orientation(GLYPH_ORIENTATION_BOTH) 44 this->readAttr( "orientation" ); 145 if (this->orientation != orient){ 146 this->orientation = orient; 229 this->readAttr( "orientation" ); 253 sp_repr_set_svg_double(repr, "orientation", (double) glyph->orientation); 268 COPY_ATTR(repr, this->getRepr(), "orientation");
|
H A D | sp-glyph.h | 44 glyphOrientation orientation; member in class:SPGlyph
|
/inkscape/share/extensions/ |
H A D | empty_dvd_cover.py | 19 def create_guideline(self, label, orientation, x,y): 22 guide.set("orientation", orientation)
|
H A D | setup_typography_canvas.py | 53 def create_guideline(self, label, orientation, x,y): 56 guide.set("orientation", orientation)
|
H A D | hpgl_encoder.py | 45 "orientation":string // "0", "90", "-90", "180" 110 groupmat = simpletransform.composeTransform(groupmat, simpletransform.parseTransform('rotate(' + self.options.orientation + ')')) 131 if self.options.orientation == '0': 134 if self.options.orientation == '90': 137 if self.options.orientation == '180': 140 if self.options.orientation == '270': 144 if self.options.orientation == '0': 146 if self.options.orientation == '90': 149 if self.options.orientation == '180': 157 groupmat = simpletransform.composeTransform(groupmat, simpletransform.parseTransform('rotate(' + self.options.orientation [all...] |
H A D | guides_creator.py | 84 orientation = str(round(h,4)) + ",0" 86 createGuide(position,orientation,parent) 98 orientation = "0," + str(round(w,4)) 100 createGuide(position,orientation,parent) 102 def createGuide(position,orientation,parent): 106 inkex.etree.SubElement(parent,'{http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd}guide',{'position':position,'orientation':orientation})
|
H A D | plotter.py | 50 self.OptionParser.add_option('--orientation', action='store', type='string', dest='orientation', default='90', help='Rotation (Clockwise)') 224 inkex.errormsg(' Rotation (Clockwise): ' + self.options.orientation)
|
/inkscape/src/widgets/ |
H A D | ruler.h | 51 GtkWidget* sp_ruler_new (GtkOrientation orientation);
|
H A D | ruler.cpp | 66 GtkOrientation orientation; member in struct:__anon175 200 g_param_spec_enum ("orientation", 202 _("The orientation of the ruler"), 272 priv->orientation = GTK_ORIENTATION_HORIZONTAL; 397 priv->orientation = static_cast<GtkOrientation>(g_value_get_enum (value)); 447 g_value_set_enum (value, priv->orientation); 614 if (priv->orientation == GTK_ORIENTATION_HORIZONTAL) 780 if (priv->orientation == GTK_ORIENTATION_HORIZONTAL) 804 * @orientation: the ruler's orientation 811 sp_ruler_new(GtkOrientation orientation) argument [all...] |
H A D | toolbox.h | 51 static void setOrientation(GtkWidget* toolbox, GtkOrientation orientation);
|
H A D | toolbox.cpp | 1213 GtkOrientation orientation = GTK_ORIENTATION_HORIZONTAL; local 1227 orientation = ((pos == GTK_POS_LEFT) || (pos == GTK_POS_RIGHT)) ? GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; 1228 gtk_orientable_set_orientation (GTK_ORIENTABLE(toolBar), orientation); local 1243 void ToolboxFactory::setOrientation(GtkWidget* toolbox, GtkOrientation orientation) argument 1246 g_message("Set orientation for %p to be %d", toolbox, orientation); 1252 GtkPositionType pos = (orientation == GTK_ORIENTATION_HORIZONTAL) ? GTK_POS_LEFT : GTK_POS_TOP; 1290 gtk_orientable_set_orientation(GTK_ORIENTABLE(childBar), orientation); local 1300 gtk_orientable_set_orientation(GTK_ORIENTABLE(childBar), orientation); local 1312 gtk_orientable_set_orientation( GTK_ORIENTABLE(toolbar), orientation ); local [all...] |
/inkscape/src/libavoid/ |
H A D | connector.cpp | 1617 int orientation = (ap.x == an.x) ? 0 : 1; local 1621 orientation, 1633 orientation,
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Output.cpp | 127 _glyphs[glyph_index].orientation == ORIENTATION_SIDEWAYS ) {
|