| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
GnomeDbCanvasFkey;
GnomeDbCanvasFkeyClass;
GooCanvasItem * gnome_db_canvas_fkey_new (GooCanvasItem *parent,
GdaMetaTableForeignKey *fk,
...);
GObject +----GooCanvasItemSimple +----GooCanvasGroup +----GnomeDbCanvasItem +----GnomeDbCanvasFkey
typedef struct {
GnomeDbCanvasItemClass parent_class;
} GnomeDbCanvasFkeyClass;
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 |