void update_object_properties(int typeIndex, Agraph_t * g); //updates objects from gui(node ,edge, cluster)
int load_object_properties(gve_element typeIndex, Agraph_t * g);
void load_attributes(void); //loads attributes from a text file
- void change_selected_graph_attributes(Agraph_t * g, char *attrname,
- char *attrvalue);
- void change_selected_node_attributes(Agraph_t * g, char *attrname,
- char *attrvalue);
- void change_selected_edge_attributes(Agraph_t * g, char *attrname,
- char *attrvalue);
char *get_attribute_string_value_from_widget(attribute * att);