GogText
GObject ╰── GogObject ╰── GogStyledObject ╰── GogOutlinedObject ╰── GogText ├── GogLabel ╰── GogRegEqn
GogText implements GOStyledObject.
char * gog_text_get_str (GogText *text);
GogText *text
typedef struct _GogText GogText;
typedef struct { GogOutlinedObjectClass base; char *(*get_str) (GogText *text); } GogTextClass;
“allow-markup”
“allow-markup” gboolean
Support basic html-ish markup.
Flags: Read / Write
Default value: TRUE