GnomeDbCanvasFkey

GnomeDbCanvasFkey

Synopsis

struct              GnomeDbCanvasFkey;
struct              GnomeDbCanvasFkeyClass;
GooCanvasItem *     gnome_db_canvas_fkey_new            (GooCanvasItem *parent,
                                                         GdaMetaTableForeignKey *fk,
                                                         ...);

Object Hierarchy

  GObject
   +----GooCanvasItemSimple
         +----GooCanvasGroup
               +----GnomeDbCanvasItem
                     +----GnomeDbCanvasFkey

Implemented Interfaces

GnomeDbCanvasFkey implements GooCanvasItem.

Properties

  "fk-constraint"            gpointer              : Write

Description

Details

struct GnomeDbCanvasFkey

struct GnomeDbCanvasFkey;


struct GnomeDbCanvasFkeyClass

struct GnomeDbCanvasFkeyClass {
	GnomeDbCanvasItemClass    parent_class;
};


gnome_db_canvas_fkey_new ()

GooCanvasItem *     gnome_db_canvas_fkey_new            (GooCanvasItem *parent,
                                                         GdaMetaTableForeignKey *fk,
                                                         ...);

Creates a new canvas item to represent the fkcons FK constraint

parent :

the parent item, or NULL.

... :

optional pairs of property names and values, and a terminating NULL.

Returns :

a new GooCanvasItem object

Property Details

The "fk-constraint" property

  "fk-constraint"            gpointer              : Write