EekText
EekText — an EekText represents a text symbol
|
|
Object Hierarchy
GObject
╰── EekSymbol
╰── EekText
Implemented Interfaces
EekText implements
EekSerializable.
Functions
eek_text_get_text ()
const gchar *
eek_text_get_text (EekText *text
);
Get a text value associated with text
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