Description Usage Arguments Details Value Note Author(s)
Gets a PangoContext
with the appropriate font map, font description,
and base direction for this widget. Unlike the context returned
by gtkWidgetCreatePangoContext
, and will be updated to
match any changes to the widget's attributes.
1 | gtkWidgetGetPangoContext(object)
|
|
a |
If you create and keep a PangoLayout
using this context, you must
deal with changes to the context by calling pangoLayoutContextChanged
on the layout in response to the "style-set"
and
"direction-changed"
signals for the widget.
[PangoContext
] the PangoContext
for the widget. [ transfer none ]
Unlike the context returned by gtkWidgetCreatePangoContext
,
this context is owned by the widget (it can be used until the screen for
the widget changes or the widget is removed from its toplevel), and will
be updated to match any changes to the widget's attributes.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.