| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
Synopsis
GnomeDbCanvasTip; GnomeDbCanvasTipClass; GooCanvasItem* gnome_db_canvas_tip_new (GooCanvasItem *parent, const gchar *txt, gdouble x, gdouble y, ...);
Details
gnome_db_canvas_tip_new ()
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 |
