Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkLabelGetLayout: gtkLabelGetLayout
Description
Gets the
PangoLayout
used to display the label. The layout is useful to e.g. convert text positions to pixel positions, in combination with
gtkLabelGetLayoutOffsets
.
Usage
gtkLabelGetLayout(object)
Arguments
object
a
GtkLabel
Value
PangoLayout
] the
PangoLayout
for this label.
[
transfer none
]