| Top |
GObject ├── GogObject │ ╰── GogStyledObject │ ╰── GogOutlinedObject │ ├── GogChart │ ├── GogDataLabel │ ├── GogEquation │ ├── GogGraph │ ├── GogText │ ├── GogLegend │ ╰── GogSeriesLabels ╰── GogView ╰── GogOutlinedView ╰── GogGraphView
typedef struct {
GogViewClass base;
gboolean call_parent_render;
} GogOutlinedViewClass;
GogViewClass |
base class |
|
gboolean |
whether the parent class |