GogText

GogText

Functions

char * gog_text_get_str ()

Properties

gboolean allow-markup Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GogObject
        ╰── GogStyledObject
            ╰── GogOutlinedObject
                ╰── GogText
                    ├── GogLabel
                    ╰── GogRegEqn

Implemented Interfaces

GogText implements GOStyledObject.

Description

Functions

gog_text_get_str ()

char *
gog_text_get_str (GogText *text);

Types and Values

GogText

typedef struct _GogText GogText;


GogTextClass

typedef struct {
	GogOutlinedObjectClass base;

	char *(*get_str)    (GogText *text);
} GogTextClass;

Property Details

The “allow-markup” property

  “allow-markup”             gboolean

Support basic html-ish markup.

Flags: Read / Write

Default value: TRUE