Top |
Properties
gboolean | allow-markup | Read / Write |
gboolean | allow-wrap | Read / Write |
gboolean | rotate-bg | Read / Write |
gboolean | rotate-frame | Read / Write |
Object Hierarchy
GObject ╰── GogObject ╰── GogStyledObject ╰── GogOutlinedObject ╰── GogText ├── GogLabel ╰── GogRegEqn
Types and Values
GogTextClass
typedef struct { GogOutlinedObjectClass base; char *(*get_str) (GogText *text); PangoAttrList *(*get_markup) (GogText *text); } GogTextClass;
Members
GogOutlinedObjectClass |
||
returns the text associated with the object. |
||
returns the pango attributes. |
Property Details
The “allow-markup”
property
“allow-markup” gboolean
Support basic HTML-ish markup.
Flags: Read / Write
Default value: FALSE
The “allow-wrap”
property
“allow-wrap” gboolean
Whether the text might be displayed using several lines.
Flags: Read / Write
Default value: FALSE
The “rotate-bg”
property
“rotate-bg” gboolean
Whether the background should be rotated with the text.
Flags: Read / Write
Default value: FALSE