Calculates screen coordinates of the left top corner of the first visible selected line in the specified column of table window. Returns 0 on success and -1 if coordinates cannot be computed or table is user-defined.
Note: this function fails if table is user-defined!
int Gettableselectionxy(t_table *pt,int column,int *px,int *py);
Parameters:
pt - pointer to descriptor of table window;
column - column in table;
px - pointer to variable that receives X coordinate (in pixels of the screen). Either px or py (but not both) can be NULL;
py - pointer to variable that receives Y coordinate (in pixels of the screen).
See also: Data input functions