Searched refs:set_object (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/widgets/ |
H A D | sp-attribute-widget.h | 62 * 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 D | sp-attribute-widget.cpp | 94 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 D | object-attributes.cpp | 172 attrTable->set_object(obj, labels, attrs, (GtkWidget*)gobj());
|
H A D | object-properties.cpp | 445 _attr_table->set_object(obj, _int_labels, _int_attrs, (GtkWidget*) _exp_interactivity.gobj());
|
Completed in 17 milliseconds