Searched refs:set_orientation (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libgdl/
H A Dgdl-dock-item.h132 void (* set_orientation) (GdlDockItem *item, member in struct:_GdlDockItemClass
H A Dgdl-dock-notebook.c128 item_class->set_orientation = gdl_dock_notebook_set_orientation;
443 GDL_DOCK_ITEM_CLASS (gdl_dock_notebook_parent_class)->set_orientation (item, orientation);
H A Dgdl-dock-paned.c126 item_class->set_orientation = gdl_dock_paned_set_orientation;
633 GDL_DOCK_ITEM_CLASS (gdl_dock_paned_parent_class)->set_orientation (item, orientation);
H A Dgdl-dock-item.c460 klass->set_orientation = gdl_dock_item_real_set_orientation;
1957 if (GDL_DOCK_ITEM_GET_CLASS (item)->set_orientation)
1958 GDL_DOCK_ITEM_GET_CLASS (item)->set_orientation (item, orientation);
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp103 align_sep.set_orientation(Gtk::ORIENTATION_VERTICAL);
113 text_sep.set_orientation(Gtk::ORIENTATION_VERTICAL);
151 sep->set_orientation(Gtk::ORIENTATION_VERTICAL);
/inkscape/src/ui/widget/
H A Dpanel.cpp77 set_orientation( Gtk::ORIENTATION_VERTICAL );
H A Dpreferences-widget.cpp59 set_orientation(Gtk::ORIENTATION_VERTICAL);

Completed in 39 milliseconds