gtkLabelGetLayout {RGtk2} | R Documentation |
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
.
gtkLabelGetLayout(object)
|
[GtkLabel ] a GtkLabel |
[PangoLayout
] the PangoLayout
for this label
Derived by RGtkGen from GTK+ documentation