DiaCanvasBox

DiaCanvasBox — A rectangle shape.

Synopsis

#define             DIA_CANVAS_BOX                      (obj)
struct              DiaCanvasBox;

Object Hierarchy

  GObject
   +----DiaCanvasItem
         +----DiaCanvasElement
               +----DiaCanvasBox

Properties

  "bg-color"                 gulong                : Read / Write
  "border-width"             gdouble               : Read / Write
  "color"                    gulong                : Read / Write
  "fill-color"               gulong                : Read / Write
  "line-width"               gdouble               : Read / Write

Description

Details

DIA_CANVAS_BOX()

#define DIA_CANVAS_BOX(obj)		(G_TYPE_CHECK_INSTANCE_CAST ((obj), DIA_TYPE_CANVAS_BOX, DiaCanvasBox))


struct DiaCanvasBox

struct DiaCanvasBox;

Property Details

The "bg-color" property

  "bg-color"                 gulong                : Read / Write

Background color.


The "border-width" property

  "border-width"             gdouble               : Read / Write

width of the border.

Default value: 0


The "color" property

  "color"                    gulong                : Read / Write

Color of the line in RGBA.


The "fill-color" property

  "fill-color"               gulong                : Read / Write

Fill color.


The "line-width" property

  "line-width"               gdouble               : Read / Write

width of the border.

Default value: 0