| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
struct GnomeDbCanvasFkey; struct GnomeDbCanvasFkeyClass; GooCanvasItem * gnome_db_canvas_fkey_new (GooCanvasItem *parent,GdaMetaTableForeignKey *fk,...);
GObject +----GooCanvasItemSimple +----GooCanvasGroup +----GnomeDbCanvasItem +----GnomeDbCanvasFkey
struct GnomeDbCanvasFkeyClass {
GnomeDbCanvasItemClass parent_class;
};
GooCanvasItem * gnome_db_canvas_fkey_new (GooCanvasItem *parent,GdaMetaTableForeignKey *fk,...);
Creates a new canvas item to represent the fkcons FK constraint
|
the parent item, or NULL. |
|
optional pairs of property names and values, and a terminating NULL. |
Returns : |
a new GooCanvasItem object |