| pangoTabArrayGetTab {RGtk2} | R Documentation |
Gets the alignment and position of a tab stop.
alignment or location may be NULL if you aren't
interested in their value.
pangoTabArrayGetTab(object, tab.index)
|
[PangoTabArray] a PangoTabArray |
|
[integer] tab stop index |
A list containing the following elements:
|
[PangoTabAlign] location to store alignment |
|
[integer] location to store tab position |
Derived by RGtkGen from GTK+ documentation