GnomeDbCanvasCursor

GnomeDbCanvasCursor — Represents a small cursor used when a drag and drop operations occurs within the canvas

Synopsis

struct              GnomeDbCanvasCursor;
struct              GnomeDbCanvasCursorClass;
GooCanvasItem *     gnome_db_canvas_cursor_new          (GooCanvasItem *parent,
                                                         ...);

Object Hierarchy

  GObject
   +----GooCanvasItemSimple
         +----GooCanvasGroup
               +----GnomeDbCanvasItem
                     +----GnomeDbCanvasCursor

Implemented Interfaces

GnomeDbCanvasCursor implements GooCanvasItem.

Properties

  "fill-color"               gpointer              : Read / Write
  "height"                   gdouble               : Read / Write
  "width"                    gdouble               : Read / Write
  "x"                        gdouble               : Write
  "y"                        gdouble               : Write

Description

Details

struct GnomeDbCanvasCursor

struct GnomeDbCanvasCursor;


struct GnomeDbCanvasCursorClass

struct GnomeDbCanvasCursorClass {
	GnomeDbCanvasItemClass   parent_class;
};


gnome_db_canvas_cursor_new ()

GooCanvasItem *     gnome_db_canvas_cursor_new          (GooCanvasItem *parent,
                                                         ...);

Creates a new canvas item to display the txt message

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 "fill-color" property

  "fill-color"               gpointer              : Read / Write


The "height" property

  "height"                   gdouble               : Read / Write

Allowed values: >= 0

Default value: 0


The "width" property

  "width"                    gdouble               : Read / Write

Allowed values: >= 0

Default value: 0


The "x" property

  "x"                        gdouble               : Write

Default value: 0


The "y" property

  "y"                        gdouble               : Write

Default value: 0