EekText

EekText — an EekText represents a text symbol

Functions

const gchar * eek_text_get_text ()
EekText * eek_text_new ()

Properties

char * text Read / Write / Construct Only

Types and Values

  EekText
struct EekTextClass

Object Hierarchy

    GObject
    ╰── EekSymbol
        ╰── EekText

Implemented Interfaces

EekText implements EekSerializable.

Description

Functions

eek_text_get_text ()

const gchar *
eek_text_get_text (EekText *text);

Get a text value associated with text

Parameters

text

an EekText

 

eek_text_new ()

EekText *
eek_text_new (const gchar *text);

Types and Values

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 {
};

Property Details

The “text” property

  “text”                     char *

Text.

Owner: EekText

Flags: Read / Write / Construct Only

Default value: NULL