manpagez: man pages & more
html files: goffice-0.10
Home | html | info | man

GogOutlinedView

GogOutlinedView

Functions

Properties

gdouble padding-pts Read / Write

Object Hierarchy

    GObject
    ├── GogObject
       ╰── GogStyledObject
           ╰── GogOutlinedObject
               ├── GogChart
               ├── GogDataLabel
               ├── GogGraph
               ├── GogText
               ├── GogLegend
               ╰── GogSeriesLabels
    ╰── GogView
        ╰── GogOutlinedView
            ╰── GogGraphView

Implemented Interfaces

GogOutlinedObject implements GOStyledObject.

Description

Functions

gog_outlined_object_get_pad ()

double
gog_outlined_object_get_pad (GogOutlinedObject const *goo);

Returns

Types and Values

GogOutlinedObject

typedef struct _GogOutlinedObject GogOutlinedObject;


GogOutlinedObjectClass

typedef GogStyledObjectClass GogOutlinedObjectClass;


GogOutlinedView

typedef struct _GogOutlinedView GogOutlinedView;


GogOutlinedViewClass

typedef struct {
	GogViewClass base;
	gboolean call_parent_render;
} GogOutlinedViewClass;

Members

GogViewClass base;

   

gboolean call_parent_render;

whether the parent class render() method must be called when done.

 

Property Details

The “padding-pts” property

  “padding-pts”              gdouble

Number of pts separating charts in the grid.

Flags: Read / Write

Allowed values: >= 0

Default value: 0

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.