Re: gnome-canvas-item



>I'm looking for a function to force updating a canvas-item to be
>updated mean the item draw function must be invoked .
>
>he gnome_canvas_item_update_request seem not to work

you need to invoke gnome_canvas_request_redraw() on the items bounding
box. typically, the update function for the item will do this. if it
doesn't, its probably broken. is this a standard canvas item, or one
of your own?

--p




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]