![]() | ![]() | ![]() | Libgnomedb 4.0 Reference Manual | ![]() |
---|
GnomeDbCanvasCursor — 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
GnomeDbCanvasCursor implements GooCanvasItem.
"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
parent : | the parent item, or NULL. |
... : | optional pairs of property names and values, and a terminating NULL. |
Returns : | a new GooCanvasItem object |
<< GnomeDbCanvasTip | GnomeDbCanvasText >> |