Description Usage Arguments Details Value Author(s)
Creates a new PangoLayout
with the appropriate font map,
font description, and base direction for drawing text for
this widget.
1 | gtkWidgetCreatePangoLayout(object, text)
|
|
a |
|
text to set on the layout (can be |
If you keep a PangoLayout
created in this way around, in order to
notify the layout of changes to the base direction or font of this
widget, you must call pangoLayoutContextChanged
in response to
the "style-set"
and "direction-changed"
signals
for the widget.
[PangoLayout
] the new PangoLayout
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.