Bonobo API Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
typedef BonoboCanvasItem; typedef BonoboCanvasItemClass; void bonobo_canvas_item_set_bounds (BonoboCanvasItem *item, double x1, double y1, double x2, double y2); |
The Bonobo Canvas Item is a Canvas item that will allow you to embed an arbitrary Canvas Item that lives in in a remote Embeddable. On the remote end, the BonoboCanvasComponent class is used to wrap an arbitrary GnomeCanvasItem and export it.
This allows arbitrarily shaped components to be inserted into an application. Both Xlib and AA canvas items are supported.