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