| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
struct GnomeDbCanvasTip; struct GnomeDbCanvasTipClass; GooCanvasItem * gnome_db_canvas_tip_new (GooCanvasItem *parent,const gchar *txt,gdouble x,gdouble y,...);
GooCanvasItem * gnome_db_canvas_tip_new (GooCanvasItem *parent,const gchar *txt,gdouble x,gdouble y,...);
Creates a new canvas item to display the txt message
|
the parent item, or NULL. |
|
text to display in the tooltip |
|
the x coordinate of the text. |
|
the y coordinate of the text. |
|
optional pairs of property names and values, and a terminating NULL. |
Returns : |
a new GooCanvasItem object |