1goto_row(3) gstream manual goto_row(3)
23
4
NAME
6goto_row
7
SYNOPSIS
9#include <gstream.h>
1011
12
void goto_row(int row);
13
DESCRIPTION
15Moves the cursor to line number ROW. If, for instance, the currently
16used font has a height of 12, then goto_row(4) is exactly the same as
17goto_y(4*12). Unless, of course, you use another line spacing than the
18default as the formula is
1920
y-coordinate = line_spacing * row
2122
23
SEE ALSO
25gstream-move_row(3), gstream-goto_xy(3)
2627
28
29
gstream version 1.6 goto_row(3)