Searched refs:set_object (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/widgets/
H A Dsp-attribute-widget.h62 * set_object is called for this purpose.
69 * @see set_object
78 * set_object initializes all data fields, creates links to the
87 void set_object(SPObject *object, std::vector<Glib::ustring> &labels, std::vector<Glib::ustring> &attributes, GtkWidget* parent);
94 * change_object is a subset of set_object and should only be called by
H A Dsp-attribute-widget.cpp94 set_object(object, labels, attributes, parent);
139 void SPAttributeTable::set_object(SPObject *object, function in class:SPAttributeTable
314 spat->set_object (NULL, labels, attributes, NULL);
/inkscape/src/ui/dialog/
H A Dobject-attributes.cpp172 attrTable->set_object(obj, labels, attrs, (GtkWidget*)gobj());
H A Dobject-properties.cpp445 _attr_table->set_object(obj, _int_labels, _int_attrs, (GtkWidget*) _exp_interactivity.gobj());

Completed in 17 milliseconds