| Top |  |  |  |  | 
    GObject
    ╰── GogObject
        ╰── GogStyledObject
            ╰── GogOutlinedObject
                ╰── GogText
                    ├── GogLabel
                    ╰── GogRegEqn
typedef struct {
	GogOutlinedObjectClass base;
	char *(*get_str)    (GogText *text);
	PangoAttrList *(*get_markup)    (GogText *text);
} GogTextClass;
| GogOutlinedObjectClass  | base class | |
| returns the text associated with the object. | ||
| returns the pango attributes. |