Name
yw_window_buffer -- get buffer of window
Synopsis
YwBuffer *yw_window_buffer
(YwWindow *win);
DESCRIPTION
This function reveals YwBuffer structure of window win.
You can draw into this buffer using yw_buffer_goto(3),
yw_buffer_puts(3) etc. In order to get updated content
actually displayed, you need to call yw_buffer_sync(3)
on this buffer.
RETURN VALUE
Pointer to buffer associated with window.
SEE ALSO
yw_window_new
(3),
yw_window_id
(3),
yw_buffer_new
(3),
INFO
Generated from: window.c,v 1.1 2001/05/04 11:04:23 malekith Exp.