Method
Pango.TabArray.get_tab
Declaration [src]
void
pango_tab_array_get_tab (
  PangoTabArray* tab_array,
  gint tab_index,
  PangoTabAlign* alignment,
  gint* location
)
Parameters
| tab_index | gint | 
| tab stop index | |
| alignment | PangoTabAlign | 
| location to store alignment, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| location | gint* | 
| location to store tab position, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee |