EekText

EekText

Synopsis

                    EekText;
struct              EekTextClass;
EekText *           eek_text_new                        (const gchar *text);
const gchar *       eek_text_get_text                   (EekText *text);
                    EekTextPrivate;

Object Hierarchy

  GObject
   +----EekSymbol
         +----EekText

Implemented Interfaces

EekText implements EekSerializable.

Properties

  "text"                     gchar*                : Read / Write / Construct Only

Description

Details

EekText

typedef struct _EekText EekText;

struct EekTextClass

struct EekTextClass {
};

eek_text_new ()

EekText *           eek_text_new                        (const gchar *text);

eek_text_get_text ()

const gchar *       eek_text_get_text                   (EekText *text);

EekTextPrivate

typedef struct _EekTextPrivate EekTextPrivate;

Property Details

The "text" property

  "text"                     gchar*                : Read / Write / Construct Only

Text.

Default value: NULL