yw_window_set_origin

Name

yw_window_set_origin -- set origin of virtual window

Synopsis


     #include <yw/window.h>
   

void yw_window_set_origin(YwWindow *win, int x, int y);

DESCRIPTION

Some windows are scrollable. This is the case when virtual width and/or height is bigger then actuall window width or height. This function can be used to scroll such a window. It sets cooridantes of visible rectangle in virtual window to (x, y) for win.

SEE ALSO

yw_window_buffer (3), yw_window_new (3),

INFO

Generated from: window.c,v 1.1 2001/05/04 11:04:23 malekith Exp.