EekText

EekText — an EekText represents a text symbol

Synopsis

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

Object Hierarchy

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

Implemented Interfaces

EekText implements EekSerializable.

Properties

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

Description

Details

EekText

typedef struct _EekText EekText;

The EekText structure contains only private data and should only be accessed using the provided API.


struct EekTextClass

struct EekTextClass {
};

eek_text_get_text ()

const gchar *       eek_text_get_text                   (EekText *text);

Get a text value associated with text

text :

an EekText

eek_text_new ()

EekText *           eek_text_new                        (const gchar *text);

Property Details

The "text" property

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

Text.

Default value: NULL