Method
PangoTabArrayget_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. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
location |
gint* |
Location to store tab position. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. |