![]() |
![]() |
![]() |
Libgnomedb Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GnomeDbCanvasFieldGnomeDbCanvasField — Draws a graphical representation of a GdaEntityField object |
GnomeDbCanvasField; GdaEntityField * gnome_db_canvas_field_get_field (GnomeDbCanvasField *cfield); GnomeDbCanvasEntity * gnome_db_canvas_field_get_parent_item (GnomeDbCanvasField *cfield);
GObject +----GInitiallyUnowned +----GtkObject +----GnomeCanvasItem +----GnomeCanvasGroup +----GnomeDbCanvasItem +----GnomeDbCanvasText +----GnomeDbCanvasField
GdaEntityField * gnome_db_canvas_field_get_field (GnomeDbCanvasField *cfield);
Get the GdaEntityField which cfield
represents
|
a GnomeDbCanvasField object |
Returns : |
the object implementing the GdaEntityField interface |
GnomeDbCanvasEntity * gnome_db_canvas_field_get_parent_item (GnomeDbCanvasField *cfield);
Get the GnomeDbCanvasEntity in which cfield
is
|
a GnomeDbCanvasField object |
Returns : |
the GnomeDbCanvasEntity in which cfield is, or NULL
|