1goto_row(3)                     gstream manual                     goto_row(3)
2
3
4

NAME

6       goto_row
7

SYNOPSIS

9       #include <gstream.h>
10
11
12       void goto_row(int row);
13

DESCRIPTION

15       Moves  the  cursor  to line number ROW. If, for instance, the currently
16       used font has a height of 12, then goto_row(4) is exactly the  same  as
17       goto_y(4*12).  Unless, of course, you use another line spacing than the
18       default as the formula is
19
20          y-coordinate = line_spacing * row
21
22
23

SEE ALSO

25       gstream-move_row(3), gstream-goto_xy(3)
26
27
28
29gstream                           version 1.6                      goto_row(3)
Impressum