gstream-goto_row

Langue: en

Version: version 1.6 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

goto_row

SYNOPSIS

#include <gstream.h>

void goto_row(int row);

DESCRIPTION

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

SEE ALSO

gstream-move_row(3), gstream-goto_xy(3)