EekText
EekText; struct EekTextClass; EekText * eek_text_new (const gchar *text); const gchar * eek_text_get_text (EekText *text); EekTextPrivate;
const gchar *text
EekText *text
GObject +----EekSymbol +----EekText
EekText implements EekSerializable.
"text" gchar* : Read / Write / Construct Only
typedef struct _EekText EekText;
struct EekTextClass { };
EekText * eek_text_new (const gchar *text);
const gchar * eek_text_get_text (EekText *text);
typedef struct _EekTextPrivate EekTextPrivate;
"text"
Text.
Default value: NULL