manpagez: man pages & more
html files: goffice
Home | html | info | man

GogText

GogText

Synopsis

                    GogText;
                    GogTextClass;
char *              gog_text_get_str                    (GogText *text);

Object Hierarchy

  GObject
   +----GogObject
         +----GogStyledObject
               +----GogOutlinedObject
                     +----GogText
                           +----GogLabel
                           +----GogRegEqn

Implemented Interfaces

GogText implements GOStyledObject.

Properties

  "allow-markup"             gboolean              : Read / Write

Description

Details

GogText

typedef struct _GogText GogText;


GogTextClass

typedef struct {
	GogOutlinedObjectClass base;

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


gog_text_get_str ()

char *              gog_text_get_str                    (GogText *text);

text :

Returns :

Property Details

The "allow-markup" property

  "allow-markup"             gboolean              : Read / Write

Support basic html-ish markup.

Default value: TRUE

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.