![]() |
![]() |
![]() |
adg-1 reference manual |
![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
struct AdgToyText;
struct AdgToyTextClass;
AdgToyText * adg_toy_text_new (const gchar *text
);
The AdgToyText class is a basic class to show simple text. It internally uses the so called cairo "toy" API and it shares the same limitations.
The toy text entity is not subject to the local matrix, only its origin is.
struct AdgToyText;
All fields are privates and should not be used directly. Use its public methods instead.
Since 1.0
AdgToyText * adg_toy_text_new (const gchar *text
);
Creates a new toy text entity using text
as its content.
The "local-method" property is set by default to
|
the text |
Returns : |
the newly created toy text entity |
Since 1.0