Now I did somediaobj->position.x = 5; how do I flush these changes to the display?
trying object_add_updates_list(DIA_DIAGRAM_DATA(diagram)->selected, diagram); diagram_flush(ddisp->diagram); didn't work. when i try to move the object on the canvas (using the mouse) it suddenly moves to the position. but i cant seem to find anything relevant in the mouse callbacks... -- Fred Morcos http://fredmorcos.blogspot.com/ http://fredmorcos.googlecode.com/ _______________________________________________ Dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
