| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
GnomeDbCanvasCursorGnomeDbCanvasCursor — Represents a small cursor used when a drag and drop operations occurs within the canvas |
struct GnomeDbCanvasCursor; struct GnomeDbCanvasCursorClass; GooCanvasItem * gnome_db_canvas_cursor_new (GooCanvasItem *parent,...);
GObject +----GooCanvasItemSimple +----GooCanvasGroup +----GnomeDbCanvasItem +----GnomeDbCanvasCursor
"fill-color" gpointer : Read / Write "height" gdouble : Read / Write "width" gdouble : Read / Write "x" gdouble : Write "y" gdouble : Write
struct GnomeDbCanvasCursorClass {
GnomeDbCanvasItemClass parent_class;
};
GooCanvasItem * gnome_db_canvas_cursor_new (GooCanvasItem *parent,...);
Creates a new canvas item to display the txt message
|
the parent item, or NULL. |
|
optional pairs of property names and values, and a terminating NULL. |
Returns : |
a new GooCanvasItem object |